aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/apm
diff options
context:
space:
mode:
authorFeng Kan <fkan@apm.com>2015-08-11 17:39:36 -0700
committerDuc Dang <dhdang@apm.com>2015-09-16 12:04:23 -0700
commit5c3a87e363c09242541620a777d5b73e89b6c245 (patch)
treef4398f2d2f4873434b9e06109efd003184e825c0 /arch/arm64/boot/dts/apm
parentDocumentation: arm64: add SCU dts binding documentation to linux kernel (diff)
downloadlinux-dev-5c3a87e363c09242541620a777d5b73e89b6c245.tar.xz
linux-dev-5c3a87e363c09242541620a777d5b73e89b6c245.zip
arm64: dts: Add X-Gene reboot driver dts node
This patch add dts nodes for X-Gene platforms to use generic SYSCON regmap reset driver for its reset operation. [dhdang: changelog] Signed-off-by: Feng Kan <fkan@apm.com> Signed-off-by: Duc Dang <dhdang@apm.com>
Diffstat (limited to 'arch/arm64/boot/dts/apm')
-rw-r--r--arch/arm64/boot/dts/apm/apm-storm.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi
index d831bc2ac204..c50a27f9d2ff 100644
--- a/arch/arm64/boot/dts/apm/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi
@@ -396,6 +396,18 @@
0x0 0x1f 0x4>;
};
+ scu: system-clk-controller@17000000 {
+ compatible = "apm,xgene-scu","syscon";
+ reg = <0x0 0x17000000 0x0 0x400>;
+ };
+
+ reboot: reboot@17000014 {
+ compatible = "syscon-reboot";
+ regmap = <&scu>;
+ offset = <0x14>;
+ mask = <0x1>;
+ };
+
csw: csw@7e200000 {
compatible = "apm,xgene-csw", "syscon";
reg = <0x0 0x7e200000 0x0 0x1000>;