From 0501f23a1068b7e27ceb12356926563c763a6401 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 2 Aug 2016 10:23:37 +0900 Subject: [PATCH] ARM: dts: trats2: add "reboot-inform" property for supporting reboot mode Add the reboot-inform property for supporting reboot mode. Trats2 is INFORM3 register, other boards are using INFORM2 regsiter. In trats2's case, when we released the tizen-2.X with linux-3.10 kernel, it had used the INFORM3 register. That's why trats2 only use the INFORM3 register. Change-Id: Ief314f50c47601ad646789790b36731e64e0b688 Signed-off-by: Jaehoon Chung --- arch/arm/boot/dts/exynos4412-trats2.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index c392b26..f456265 100644 --- a/arch/arm/boot/dts/exynos4412-trats2.dts +++ b/arch/arm/boot/dts/exynos4412-trats2.dts @@ -953,6 +953,7 @@ &pmu_system_controller { assigned-clocks = <&pmu_system_controller 0>; assigned-clock-parents = <&clock CLK_XUSBXTI>; + reboot-inform = <0x080C>; }; &ppmu_dmc0 { -- 2.7.4