ARM: shmobile: koelsch: (1+1)GiB memory in DT
authorTakashi Yoshii <takasi-y@ops.dti.ne.jp>
Sun, 22 Dec 2013 09:27:23 +0000 (18:27 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Feb 2014 01:16:29 +0000 (10:16 +0900)
Fix dts to have memory 1GiB @ 0_4000_0000 + 1GiB @ 2_0000_0000
according to Koelsch's hardware manual.

Signed-off-by: Takashi Yoshii <takasi-y@ops.dti.ne.jp>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-koelsch.dts

index c6f5de385940d41b4078a64d6a63cd8f0e21a75f..d30527dee0c9ea1a9afaa18aff75f241fd9987a0 100644 (file)
 
        memory@40000000 {
                device_type = "memory";
-               reg = <0 0x40000000 0 0x80000000>;
+               reg = <0 0x40000000 0 0x40000000>;
+       };
+
+       memory@200000000 {
+               device_type = "memory";
+               reg = <2 0x00000000 0 0x40000000>;
        };
 
        lbsc {
This page took 0.025564 seconds and 5 git commands to generate.