diff options
author | Alim Akhtar <alim.akhtar@samsung.com> | 2015-10-19 12:58:03 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-11-18 16:47:16 +0300 |
commit | fb026cb6524744c8bd0f133f4b0d8e2595d04e15 (patch) | |
tree | 2348a205040523b9cf024849d43542f299892afd | |
parent | 4fe5dc4873663fc4cfbdae7a45a1b4378a2d7993 (diff) | |
download | linux-fb026cb6524744c8bd0f133f4b0d8e2595d04e15.tar.xz |
arm64: dts: Add reboot node for exynos7
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>
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos7.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi index f9c5a549c2c0..93108f1a90f9 100644 --- a/arch/arm64/boot/dts/exynos/exynos7.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi @@ -454,6 +454,13 @@ 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>; |