public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: socfpga: dts: add the a9-scu node
@ 2015-05-12 22:49 dinguyen at opensource.altera.com
  2015-05-12 22:49 ` [PATCH 2/2] ARM: socfpga: use of_iomap to map the SCU dinguyen at opensource.altera.com
  2015-05-13  8:12 ` [PATCH 1/2] ARM: socfpga: dts: add the a9-scu node Arnd Bergmann
  0 siblings, 2 replies; 3+ messages in thread
From: dinguyen at opensource.altera.com @ 2015-05-12 22:49 UTC (permalink / raw)
  To: linux-arm-kernel

From: Dinh Nguyen <dinguyen@opensource.altera.com>

Add the dts node for the A9 SCU.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
 arch/arm/boot/dts/socfpga.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index d9176e6..5cefa82 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -655,6 +655,11 @@
 			status = "disabled";
 		};
 
+		scu: snoop-control-unit at fffec000 {
+			compatible = "arm,cortex-a9-scu";
+			reg = <0xfffec000 0x100>;
+		};
+
 		spi1: spi at fff01000 {
 			compatible = "snps,dw-apb-ssi";
 			#address-cells = <1>;
-- 
2.2.1

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

end of thread, other threads:[~2015-05-13  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 22:49 [PATCH 1/2] ARM: socfpga: dts: add the a9-scu node dinguyen at opensource.altera.com
2015-05-12 22:49 ` [PATCH 2/2] ARM: socfpga: use of_iomap to map the SCU dinguyen at opensource.altera.com
2015-05-13  8:12 ` [PATCH 1/2] ARM: socfpga: dts: add the a9-scu node Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox