Commit 126f998e authored by Simon Horman's avatar Simon Horman

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 62bc32a2
("ARM: shmobile: Include all 4 GiB of memory on Lager)"
in v3.14.
Reported-by: default avatarNAOYA SHIIBA <naoya.shiiba.nx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 40c488df
......@@ -32,7 +32,7 @@ memory@40000000 {
reg = <0 0x40000000 0 0x40000000>;
};
memory@180000000 {
memory@140000000 {
device_type = "memory";
reg = <1 0x40000000 0 0xc0000000>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment