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>
Wed, 14 Dec 2016 04:52:09 +0000 (13:52 +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 fc1b41d..1bddf65 100644 (file)
 &cpu0 {
        cpu0-supply = <&buck2_reg>;
 };
+
+&pmu_system_controller {
+       reboot-inform = <0x0808>;
+};
index 7e34bdb..fd4949f 100644 (file)
        clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
        clock-names = "rtc", "rtc_src";
 };
+
+&pmu_system_controller {
+       reboot-inform = <0x0808>;
+};