]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: lager: correct memory map
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 3 Sep 2014 00:49:01 +0000 (09:49 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 4 Sep 2014 01:10:21 +0000 (10:10 +0900)
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 62bc32a2573c4219
("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>
arch/arm/boot/dts/r8a7790-lager.dts

index b5f56bcc8ae1c7e9b60d9913b8d034599f9bf961..f467c6d13e3b60c06d01ee3a3d6c47d2771b819a 100644 (file)
@@ -32,7 +32,7 @@
                reg = <0 0x40000000 0 0x40000000>;
        };
 
-       memory@180000000 {
+       memory@140000000 {
                device_type = "memory";
                reg = <1 0x40000000 0 0xc0000000>;
        };