ARM: dts: odroid: add "reboot-inform" property for supporting reboot mode
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 1 Aug 2016 10:45:54 +0000 (19:45 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 4 Aug 2016 04:35:50 +0000 (13:35 +0900)
Add the reboot-inform property for supporting reboot mode.
Odroid families use the INFORM2 register as reboot special mode.

Change-Id: I906c32e6d26fcf08748f4916c277fb3995a1117f
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/boot/dts/exynos4412-odroid-common.dtsi
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi

index fc1b41dfe01901ad90c657033976a43b5a51b737..1bddf650896089892f26014a94faafba12e4bdec 100644 (file)
 &cpu0 {
        cpu0-supply = <&buck2_reg>;
 };
+
+&pmu_system_controller {
+       reboot-inform = <0x0808>;
+};
index 7e34bdbdfe9c02eaab2d96f5d1023211bf90a28d..fd4949ffaa21b2bee25ee9d999acaef9c6711ff2 100644 (file)
        clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
        clock-names = "rtc", "rtc_src";
 };
+
+&pmu_system_controller {
+       reboot-inform = <0x0808>;
+};