Skip to content

Commit edda551

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 e03b976 commit edda551

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
@@ -3320,19 +3320,19 @@
33203320

33213321
opp-366000000 {
33223322
opp-hz = /bits/ 64 <366000000>;
3323-
required-opps = <&rpmhpd_opp_svs_l1>,
3323+
required-opps = <&rpmhpd_opp_svs>,
33243324
<&rpmhpd_opp_svs_l1>;
33253325
};
33263326

33273327
opp-444000000 {
33283328
opp-hz = /bits/ 64 <444000000>;
3329-
required-opps = <&rpmhpd_opp_nom>,
3329+
required-opps = <&rpmhpd_opp_svs_l1>,
33303330
<&rpmhpd_opp_nom>;
33313331
};
33323332

33333333
opp-533333334 {
33343334
opp-hz = /bits/ 64 <533333334>;
3335-
required-opps = <&rpmhpd_opp_turbo>,
3335+
required-opps = <&rpmhpd_opp_nom>,
33363336
<&rpmhpd_opp_turbo>;
33373337
};
33383338
};

0 commit comments

Comments
 (0)