diff mbox

ARM: tegra: fix memory size on Beaver

Message ID 1368474451-11176-1-git-send-email-swarren@wwwdotorg.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Warren May 13, 2013, 7:47 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Warren May 17, 2013, 11:55 p.m. UTC | #1
On 05/13/2013 01:47 PM, Stephen Warren wrote:
> Tegra30's boot ROM masks the top 1MiB of RAM. Fix the memory node in
> Beaver's DT file to reflect this.

I have applied this to Tegra's for-3.11/dt branch.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/tegra30-beaver.dts b/arch/arm/boot/dts/tegra30-beaver.dts
index 47b0865..87f0cf5 100644
--- a/arch/arm/boot/dts/tegra30-beaver.dts
+++ b/arch/arm/boot/dts/tegra30-beaver.dts
@@ -7,7 +7,7 @@ 
 	compatible = "nvidia,beaver", "nvidia,tegra30";
 
 	memory {
-		reg = <0x80000000 0x80000000>;
+		reg = <0x80000000 0x7ff00000>;
 	};
 
 	pinmux {