aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-03-25 15:02:36 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-04-18 20:26:35 +0400
commitf7e02e55c316d9555d432ef2b364a5479c309615 (patch)
tree693ba8fff22ebd3ce058dce383069969e2bc0dc9
parent4e3d41276ab5e4da059a75e9ed67923d8cbb0335 (diff)
ARM: ux500: Add device nodes for TCDM and TCPM memory locations
The PRCMU requires the Tightly Coupled Memory (TCM) locations in order to function correctly. A recent move to send the base addresses though the PRCMU platform device resource instead of defines found in <mach/*>, means that dbx500 devices can no longer boot successfully. These new nodes will allow the PRCMU to extract the base memory locations from Device Tree instead. Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--arch/arm/boot/dts/snowball.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
index d3ec32f6b79..6195ffa8ee0 100644
--- a/arch/arm/boot/dts/snowball.dts
+++ b/arch/arm/boot/dts/snowball.dts
@@ -126,6 +126,14 @@
};
};
+ prcmu-tcpm-per4@801b0000 {
+ reg = <0x801b0000 0x1000>;
+ };
+
+ prcmu-tcdm-per4@801b8000 {
+ reg = <0x801b8000 0x1000>;
+ };
+
external-bus@50000000 {
status = "okay";