arm64: dts: Add reboot node for exynos7
authorAlim Akhtar <alim.akhtar@samsung.com>
Mon, 19 Oct 2015 09:58:03 +0000 (15:28 +0530)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Wed, 18 Nov 2015 13:47:16 +0000 (22:47 +0900)
This patch add syscon-reboot node to reboot exynos7 based SoCs.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm64/boot/dts/exynos/exynos7.dtsi

index f9c5a54..93108f1 100644 (file)
                        reg = <0x105c0000 0x5000>;
                };
 
+               reboot: syscon-reboot {
+                       compatible = "syscon-reboot";
+                       regmap = <&pmu_system_controller>;
+                       offset = <0x0400>;
+                       mask = <0x1>;
+               };
+
                rtc: rtc@10590000 {
                        compatible = "samsung,s3c6410-rtc";
                        reg = <0x10590000 0x100>;