projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc75fc
)
ARM: tegra: fix memory size on Beaver
author
Stephen Warren
<swarren@nvidia.com>
Mon, 13 May 2013 09:47:31 +0000
(09:47 +0000)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/tegra30-beaver.dts
b/arch/arm/boot/dts/tegra30-beaver.dts
index b732f7c13a662a81024c7efcf07b50b106ef7362..7a63cde0637835ae89c7bfa902ab5ae061f636d1 100644
(file)
--- 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 0x
800
00000>;
+ reg = <0x80000000 0x
7ff
00000>;
};
pinmux {