diff mbox

[1/2] ARM: socfpga: dts: add the a9-scu node

Message ID 1431470950-29492-1-git-send-email-dinguyen@opensource.altera.com (mailing list archive)
State New, archived
Headers show

Commit Message

dinguyen@opensource.altera.com May 12, 2015, 10:49 p.m. UTC
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(+)

Comments

Arnd Bergmann May 13, 2015, 8:12 a.m. UTC | #1
On Tuesday 12 May 2015 17:49:09 dinguyen@opensource.altera.com wrote:
> From: Dinh Nguyen <dinguyen@opensource.altera.com>
> 
> Add the dts node for the A9 SCU.
> 
> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
> 

Both patches look good to me, please send a new pull request with these
integrated in the series you had sent earlier.

	Arnd
diff mbox

Patch

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@fffec000 {
+			compatible = "arm,cortex-a9-scu";
+			reg = <0xfffec000 0x100>;
+		};
+
 		spi1: spi@fff01000 {
 			compatible = "snps,dw-apb-ssi";
 			#address-cells = <1>;