Skip to content

Commit

Permalink
ARM: mvebu: add SSCG to Armada 370 Device Tree
Browse files Browse the repository at this point in the history
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 <gregory.clement@free-electrons.com>
Tested-by: Leigh Brown <leigh@solinno.co.uk>
Link: https://lkml.kernel.org/r/1409645719-20003-4-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Gregory CLEMENT authored and Jason Cooper committed Sep 9, 2014
1 parent 9dfb5c4 commit e86ed56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/armada-370.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@
status = "okay";
};

sscg@18330 {
reg = <0x18330 0x4>;
};

interrupt-controller@20000 {
reg = <0x20a00 0x1d0>, <0x21870 0x58>;
};
Expand Down

0 comments on commit e86ed56

Please sign in to comment.