Skip to content

Commit 16771dd

Browse files
lumaggregkh
authored andcommitted
arm64: dts: qcom: sm8550: correct Iris corners for the MXC rail
[ Upstream commit ff8edb5 ] The corners of the MVS0 / MVS0C clocks on the MMCX rail don't always match the PLL corners on the MXC rail. Correct the performance corners for the MXC rail following the PLL documentation. Fixes: 4166185 ("arm64: dts: qcom: sm8550: add iris DT node") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260313-iris-fix-corners-v1-4-32a393c25dda@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 14ec983 commit 16771dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/qcom/sm8550.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3284,19 +3284,19 @@
32843284

32853285
opp-366000000 {
32863286
opp-hz = /bits/ 64 <366000000>;
3287-
required-opps = <&rpmhpd_opp_svs_l1>,
3287+
required-opps = <&rpmhpd_opp_svs>,
32883288
<&rpmhpd_opp_svs_l1>;
32893289
};
32903290

32913291
opp-444000000 {
32923292
opp-hz = /bits/ 64 <444000000>;
3293-
required-opps = <&rpmhpd_opp_nom>,
3293+
required-opps = <&rpmhpd_opp_svs_l1>,
32943294
<&rpmhpd_opp_nom>;
32953295
};
32963296

32973297
opp-533333334 {
32983298
opp-hz = /bits/ 64 <533333334>;
3299-
required-opps = <&rpmhpd_opp_turbo>,
3299+
required-opps = <&rpmhpd_opp_nom>,
33003300
<&rpmhpd_opp_turbo>;
33013301
};
33023302
};

0 commit comments

Comments
 (0)