Skip to content

Commit e03b976

Browse files
lumaggregkh
authored andcommitted
arm64: dts: qcom: monaco: correct Iris corners for the MXC rail
[ Upstream commit bba8d9b ] 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: bf6ec39 ("arm64: dts: qcom: qcs8300: add video node") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260313-iris-fix-corners-v1-3-32a393c25dda@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent d7b1494 commit e03b976

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

52945294
opp-444000000 {
52955295
opp-hz = /bits/ 64 <444000000>;
5296-
required-opps = <&rpmhpd_opp_nom>,
5296+
required-opps = <&rpmhpd_opp_svs_l1>,
52975297
<&rpmhpd_opp_nom>;
52985298
};
52995299

53005300
opp-533000000 {
53015301
opp-hz = /bits/ 64 <533000000>;
5302-
required-opps = <&rpmhpd_opp_turbo>,
5302+
required-opps = <&rpmhpd_opp_nom>,
53035303
<&rpmhpd_opp_turbo>;
53045304
};
53055305

53065306
opp-560000000 {
53075307
opp-hz = /bits/ 64 <560000000>;
5308-
required-opps = <&rpmhpd_opp_turbo_l1>,
5308+
required-opps = <&rpmhpd_opp_nom>,
53095309
<&rpmhpd_opp_turbo_l1>;
53105310
};
53115311
};

0 commit comments

Comments
 (0)