[PATCH 3/5] arm64: dts: Add X-Gene reboot driver dts node
Ike Panhc
ike.pan at canonical.com
Tue Feb 25 09:30:48 UTC 2014
From: Feng Kan <fkan at apm.com>
BugLink: http://launchpad.net/bugs/1284433
Add X-Gene platform reboot driver dts node.
Signed-off-by: Feng Kan <fkan at apm.com>
Signed-off-by: Ike Panhc <ike.pan at canonical.com>
---
arch/arm64/boot/dts/apm-storm.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch/arm64/boot/dts/apm-storm.dtsi
index 57b0770..ea67c1a 100644
--- a/arch/arm64/boot/dts/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm-storm.dtsi
@@ -103,6 +103,11 @@
#size-cells = <2>;
ranges;
+ scu: system-clk-controller at 17000000 {
+ compatible = "apm,xgene-scu","syscon";
+ reg = <0x0 0x17000000 0x0 0x400>;
+ };
+
clocks {
#address-cells = <2>;
#size-cells = <2>;
@@ -337,5 +342,13 @@
phys = <&phy3 0>;
phy-names = "sata-6g";
};
+
+ reboot at 17000014 {
+ compatible = "syscon-reboot";
+ regmap = <&scu>;
+ offset = <0x14>;
+ mask = <0x1>;
+ };
+
};
};
--
1.7.9.5
More information about the kernel-team
mailing list