All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: ux500: Add device nodes for TCDM and TCPM memory locations
@ 2013-03-25 15:02 ` Lee Jones
  0 siblings, 0 replies; 27+ messages in thread
From: Lee Jones @ 2013-03-25 15:02 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/snowball.dts |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
index d3ec32f..6195ffa 100644
--- a/arch/arm/boot/dts/snowball.dts
+++ b/arch/arm/boot/dts/snowball.dts
@@ -126,6 +126,14 @@
 			 };
 		};
 
+		prcmu-tcpm-per4 at 801b0000 {
+			reg = <0x801b0000 0x1000>;
+		};
+
+		prcmu-tcdm-per4 at 801b8000 {
+			reg = <0x801b8000 0x1000>;
+		};
+
 		external-bus at 50000000 {
 			status = "okay";
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2013-03-26 10:19 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 15:02 [PATCH 1/3] ARM: ux500: Add device nodes for TCDM and TCPM memory locations Lee Jones
2013-03-25 15:02 ` Lee Jones
2013-03-25 15:02 ` [PATCH 2/3] mfd: db8500-prcmu: Fetch the PRCMU TCDM base address from Device Tree Lee Jones
2013-03-25 15:02   ` Lee Jones
2013-03-25 15:32   ` Lee Jones
2013-03-25 15:32     ` Lee Jones
2013-03-25 15:40   ` Arnd Bergmann
2013-03-25 15:40     ` Arnd Bergmann
2013-03-25 16:46     ` Lee Jones
2013-03-25 16:46       ` Lee Jones
2013-03-25 21:32       ` Linus Walleij
2013-03-25 21:32         ` Linus Walleij
2013-03-26  8:17         ` Lee Jones
2013-03-26  8:17           ` Lee Jones
2013-03-26  9:11           ` Linus Walleij
2013-03-26  9:11             ` Linus Walleij
2013-03-26  9:11             ` Linus Walleij
2013-03-26  9:48             ` Lee Jones
2013-03-26  9:48               ` Lee Jones
2013-03-26 10:00               ` Arnd Bergmann
2013-03-26 10:00                 ` Arnd Bergmann
2013-03-26 10:19                 ` Lee Jones
2013-03-26 10:19                   ` Lee Jones
2013-03-25 15:02 ` [PATCH 3/3] mfd: db8500-prcmu: Fetch the PRCMU TCPM " Lee Jones
2013-03-25 15:02   ` Lee Jones
2013-03-25 15:31   ` Lee Jones
2013-03-25 15:31     ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.