Message ID | 20200528081525.14858-1-m.szyprowski@samsung.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | d644853ff8fcbb7a4e3757f9d8ccc39d930b7e3c |
Headers | show |
Series | ARM: dts: exynos: Extend all Exynos5800 A15's OPPs with max voltage data | expand |
On Thu, May 28, 2020 at 10:15:25AM +0200, Marek Szyprowski wrote: > On Exynos5422/5800 the regulator supply for the A15 cores ("vdd_arm") is > coupled with the regulator supply for the SoC internal circuits > ("vdd_int"), thus all operating points that modify one of those supplies > have to specify a triplet of the min/target/max values to properly work > with regulator coupling. > > Fixes: eaffc4de16c6 ("ARM: dts: exynos: Add missing CPU frequencies for Exynos5422/5800") > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> > --- > arch/arm/boot/dts/exynos5800.dtsi | 6 +++--- Thanks, applied with Cc-stable to next/dt-late. It might miss this merge window and in such case I will keep it for v5.9 cycle. Best regards, Krzysztof
diff --git a/arch/arm/boot/dts/exynos5800.dtsi b/arch/arm/boot/dts/exynos5800.dtsi index dfb99ab53c3e..526729dad53f 100644 --- a/arch/arm/boot/dts/exynos5800.dtsi +++ b/arch/arm/boot/dts/exynos5800.dtsi @@ -23,17 +23,17 @@ &cluster_a15_opp_table { opp-2000000000 { opp-hz = /bits/ 64 <2000000000>; - opp-microvolt = <1312500>; + opp-microvolt = <1312500 1312500 1500000>; clock-latency-ns = <140000>; }; opp-1900000000 { opp-hz = /bits/ 64 <1900000000>; - opp-microvolt = <1262500>; + opp-microvolt = <1262500 1262500 1500000>; clock-latency-ns = <140000>; }; opp-1800000000 { opp-hz = /bits/ 64 <1800000000>; - opp-microvolt = <1237500>; + opp-microvolt = <1237500 1237500 1500000>; clock-latency-ns = <140000>; }; opp-1700000000 {
On Exynos5422/5800 the regulator supply for the A15 cores ("vdd_arm") is coupled with the regulator supply for the SoC internal circuits ("vdd_int"), thus all operating points that modify one of those supplies have to specify a triplet of the min/target/max values to properly work with regulator coupling. Fixes: eaffc4de16c6 ("ARM: dts: exynos: Add missing CPU frequencies for Exynos5422/5800") Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> --- arch/arm/boot/dts/exynos5800.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)