Skip to content

Commit e589b6c

Browse files
lumaggregkh
authored andcommitted
arm64: dts: qcom: lemans: correct Iris corners for the MXC rail
[ Upstream commit 85a6cf5 ] 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: 7bc9505 ("arm64: dts: qcom: sa8775p: add support for video 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-2-32a393c25dda@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent c004037 commit e589b6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

43644364
opp-444000000 {
43654365
opp-hz = /bits/ 64 <444000000>;
4366-
required-opps = <&rpmhpd_opp_nom>,
4366+
required-opps = <&rpmhpd_opp_svs_l1>,
43674367
<&rpmhpd_opp_nom>;
43684368
};
43694369

43704370
opp-533000000 {
43714371
opp-hz = /bits/ 64 <533000000>;
4372-
required-opps = <&rpmhpd_opp_turbo>,
4372+
required-opps = <&rpmhpd_opp_nom>,
43734373
<&rpmhpd_opp_turbo>;
43744374
};
43754375

43764376
opp-560000000 {
43774377
opp-hz = /bits/ 64 <560000000>;
4378-
required-opps = <&rpmhpd_opp_turbo_l1>,
4378+
required-opps = <&rpmhpd_opp_nom>,
43794379
<&rpmhpd_opp_turbo_l1>;
43804380
};
43814381
};

0 commit comments

Comments
 (0)