diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2016-08-02 10:23:37 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:52:10 +0900 |
commit | 0501f23a1068b7e27ceb12356926563c763a6401 (patch) | |
tree | d57e9096b69622f7c7abb5a5dc5c69c2c8de901b /arch/arm/boot/dts | |
parent | 30be89e0b1222dd6c2ba44558f0dac3b62b1b747 (diff) |
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 <jh80.chung@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-trats2.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index c392b26fa2ee..f4562652d0bb 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 { |