2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-21 03:54:03 +08:00

ARM: shmobile: lager: correct memory map

The base address of the second memory region on the lager
board is 0x140000000. Update the tag used in the dts file accordingly.

This is a documentation fix and should have no run-time affect.

This problem was introduced when the second memory region
was added to the lager dts file by 62bc32a257
("ARM: shmobile: Include all 4 GiB of memory on Lager)"
in v3.14.

Reported-by: NAOYA SHIIBA <naoya.shiiba.nx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Simon Horman 2014-09-03 09:49:01 +09:00
parent 40c488df84
commit 126f998e4a

View File

@ -32,7 +32,7 @@
reg = <0 0x40000000 0 0x40000000>;
};
memory@180000000 {
memory@140000000 {
device_type = "memory";
reg = <1 0x40000000 0 0xc0000000>;
};