]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: tegra: fix memory size on Beaver
authorStephen Warren <swarren@nvidia.com>
Mon, 13 May 2013 09:47:31 +0000 (09:47 +0000)
committerStephen Warren <swarren@nvidia.com>
Tue, 28 May 2013 22:13:49 +0000 (16:13 -0600)
Tegra30's boot ROM masks the top 1MiB of RAM. Fix the memory node in
Beaver's DT file to reflect this.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra30-beaver.dts

index b732f7c13a662a81024c7efcf07b50b106ef7362..7a63cde0637835ae89c7bfa902ab5ae061f636d1 100644 (file)
@@ -7,7 +7,7 @@
        compatible = "nvidia,beaver", "nvidia,tegra30";
 
        memory {
-               reg = <0x80000000 0x80000000>;
+               reg = <0x80000000 0x7ff00000>;
        };
 
        pinmux {