arm64: dts: Add X-Gene reboot driver dts node
authorFeng Kan <fkan@apm.com>
Wed, 12 Aug 2015 00:39:36 +0000 (17:39 -0700)
committerDuc Dang <dhdang@apm.com>
Wed, 16 Sep 2015 19:04:23 +0000 (12:04 -0700)
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>
arch/arm64/boot/dts/apm/apm-storm.dtsi

index d831bc2ac204b9ab19b98859f135c0386864db35..c50a27f9d2fffe449ab6de388202f835017a8faf 100644 (file)
                                        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>;
This page took 0.025014 seconds and 5 git commands to generate.