ARM: exynos: dts: add the reboot-mode nodes for tizen boards 84/81384/2
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 26 Jul 2016 01:44:34 +0000 (10:44 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 26 Jul 2016 05:41:02 +0000 (22:41 -0700)
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 3c541419618dd4c53d5bc3062e6197aed7a3dbf2..e347b898bb072440e83efa6f26df291c418bd91c 100644 (file)
                compatible = "samsung,emmc-reset";
                reset-gpio = <&gpk1 2 0>;
        };
+
+       reboot-mode {
+               compatible = "samsung,reboot-mode";
+               inform-num = <2>;
+       };
 };
index 97f67de530c4d1267d2adbea1c16f4218672b55e..683afee9c33940d78e9083d22126c9f73581b788 100644 (file)
                div = <0x3>;
                index = <4>;
        };
+       reboot-mode {
+               compatible = "samsung,reboot-mode";
+               inform-num = <3>;
+       };
 };
index 690c747289a11bff9235c5d043228d88b93fbff6..7160658036abac88aaf2df9cad8dd690479f02de 100644 (file)
@@ -63,4 +63,9 @@
                compatible = "samsung,emmc-reset";
                reset-gpio = <&gpd1 0 0>;
        };
+
+       reboot-mode {
+               compatible = "samsung,reboot-mode";
+               inform-num = <2>;
+       };
 };