Skip to content

Commit

Permalink
arm64: dts: Add reboot node for exynos7
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
alim-akhtar authored and krzk committed Nov 18, 2015
1 parent 4fe5dc4 commit fb026cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/exynos/exynos7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit fb026cb

Please sign in to comment.