diff options
| author | Bartlomiej Zolnierkiewicz <[email protected]> | 2015-09-17 07:46:28 +0900 |
|---|---|---|
| committer | Kukjin Kim <[email protected]> | 2015-09-17 07:46:28 +0900 |
| commit | 1605b60ad064c7019db8ade07f0b7bdc8c197b93 (patch) | |
| tree | 8b9302982d08c707b1d94bed74d0d9e1bea61ad6 | |
| parent | a68371632b86d682992185ecf97316700a5a0f14 (diff) | |
ARM: dts: add suspend opp to exynos4412
Mark 800MHz OPP as a suspend opp for Exynos4412 based
boards so effectively cpufreq-dt driver behavior w.r.t.
suspend frequency matches what the old exynos-cpufreq
driver has been doing.
This patch fixes suspend/resume support on Exynos4412 based
Trats2 board and reboot hang on Exynos4412 based Odroid U3
board.
Cc: Thomas Abraham <[email protected]>
Cc: Javier Martinez Canillas <[email protected]>
Cc: Marek Szyprowski <[email protected]>
Cc: Tobias Jakobi <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/exynos4412.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi index ca0e3c15977f..294cfe40388d 100644 --- a/arch/arm/boot/dts/exynos4412.dtsi +++ b/arch/arm/boot/dts/exynos4412.dtsi @@ -98,6 +98,7 @@ opp-hz = /bits/ 64 <800000000>; opp-microvolt = <1000000>; clock-latency-ns = <200000>; + opp-suspend; }; opp07 { opp-hz = /bits/ 64 <900000000>; |