Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: Add opp-suspend to DMC and leftbus devfreq OPPs on Exynos4

Mark as opp-suspend required devfreq Operating Performance Points to
fix resuming issues on Exynos 4 boards.

The patch is based on earlier work by Tobias Jakobi.

Suggested-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Suggested-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Lukasz Luba <l.luba@partner.samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Lukasz Luba and committed by
Krzysztof Kozlowski
c9cbfd62 452ad2f2

+4
+2
arch/arm/boot/dts/exynos4210.dtsi
··· 298 298 opp-400000000 { 299 299 opp-hz = /bits/ 64 <400000000>; 300 300 opp-microvolt = <1150000>; 301 + opp-suspend; 301 302 }; 302 303 }; 303 304 ··· 368 367 }; 369 368 opp-200000000 { 370 369 opp-hz = /bits/ 64 <200000000>; 370 + opp-suspend; 371 371 }; 372 372 }; 373 373 };
+2
arch/arm/boot/dts/exynos4412.dtsi
··· 432 432 opp-400000000 { 433 433 opp-hz = /bits/ 64 <400000000>; 434 434 opp-microvolt = <1050000>; 435 + opp-suspend; 435 436 }; 436 437 }; 437 438 ··· 521 520 opp-200000000 { 522 521 opp-hz = /bits/ 64 <200000000>; 523 522 opp-microvolt = <1000000>; 523 + opp-suspend; 524 524 }; 525 525 }; 526 526