[PATCH 3/4] ARM: mvebu: add SSCG to Armada 370 Device Tree
From: Gregory CLEMENT <hidden>
Date: 2014-08-29 11:45:11
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Gregory CLEMENT <hidden>
Date: 2014-08-29 11:45:11
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
The Armada 370 SoC has a Spread Spectrum Clock Generator. This commit adds the description of this generator to the Device Tree describing this SoC. Signed-off-by: Gregory CLEMENT <redacted> --- arch/arm/boot/dts/armada-370.dtsi | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi
index 21b588b6f6bd..dfbbb709f4fb 100644
--- a/arch/arm/boot/dts/armada-370.dtsi
+++ b/arch/arm/boot/dts/armada-370.dtsi@@ -206,6 +206,10 @@ status = "okay"; }; + sscg at 18330 { + reg = <0x18330 0x4>; + }; + interrupt-controller at 20000 { reg = <0x20a00 0x1d0>, <0x21870 0x58>; };
--
1.9.1