ARM: exynos: dts: add the reboot-mode nodes for tizen boards
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 26 Jul 2016 01:44:34 +0000 (10:44 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 10 Oct 2019 04:38:37 +0000 (13:38 +0900)
Odroid-U3/XU3 and Trats2 boards supports the reboot-mode with inform
register.
In case of Odroid, it uses the INFORM2 register for reboot-mode.
But it uses the INFORM3 register for reboot-mode on trats2 board.
(To ensure the backward compatible for older kernel.)

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

index a3987495b1a9c2f52f35a1b897759079cc8f08bd..db8156cf690cf5b42f6711dbdb0bab485ad69de7 100644 (file)
                compatible = "samsung,emmc-reset";
                reset-gpio = <&gpk1 2 0>;
        };
+
+       reboot-mode {
+               compatible = "samsung,reboot-mode";
+               inform-num = <2>;
+       };
 };
 
 &i2c_0 {
index c0be1427a3d7a438598df08b376451ab113eb34a..28c53a6e227c15a6dc13c91c59c02e805ce72304 100644 (file)
                        };
                };
        };
+       reboot-mode {
+               compatible = "samsung,reboot-mode";
+               inform-num = <3>;
+       };
 };
 
 &sdhci0 {
index 6df6be91814f080b38cac2a251952e6a468f9013..464bf21e824f32d667e70784f3daa9deacb1a366 100644 (file)
                compatible = "samsung,emmc-reset";
                reset-gpio = <&gpd1 0 0>;
        };
+
+       reboot-mode {
+               compatible = "samsung,reboot-mode";
+               inform-num = <2>;
+       };
 };