Skip to content

Commit c004037

Browse files
lumaggregkh
authored andcommitted
arm64: dts: qcom: hamoa: correct Iris corners for the MXC rail
[ Upstream commit baac8b5 ] 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: 9065340 ("arm64: dts: qcom: x1e80100: Add IRIS video codec") 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-1-32a393c25dda@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 8344cd6 commit c004037

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

52985298
opp-366000000 {
52995299
opp-hz = /bits/ 64 <366000000>;
5300-
required-opps = <&rpmhpd_opp_svs_l1>,
5300+
required-opps = <&rpmhpd_opp_svs>,
53015301
<&rpmhpd_opp_svs_l1>;
53025302
};
53035303

53045304
opp-444000000 {
53055305
opp-hz = /bits/ 64 <444000000>;
5306-
required-opps = <&rpmhpd_opp_nom>,
5306+
required-opps = <&rpmhpd_opp_svs_l1>,
53075307
<&rpmhpd_opp_nom>;
53085308
};
53095309

53105310
opp-481000000 {
53115311
opp-hz = /bits/ 64 <481000000>;
5312-
required-opps = <&rpmhpd_opp_turbo>,
5312+
required-opps = <&rpmhpd_opp_svs_l1>,
53135313
<&rpmhpd_opp_turbo>;
53145314
};
53155315
};

0 commit comments

Comments
 (0)