Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sm8550: fix low_svs RPMhPD labels

"low" was written "lov", fix this.

Fixes: 99d33ee61cb0 ("arm64: dts: qcom: sm8550: Add missing RPMhPD OPP levels")
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230601-topic-sm8550-upstream-dp-v4-1-ac2c6899d22c@linaro.org

authored by

Neil Armstrong and committed by
Bjorn Andersson
bbde65f9 f04325e4

+3 -3
+3 -3
arch/arm64/boot/dts/qcom/sm8550.dtsi
··· 3640 3640 opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>; 3641 3641 }; 3642 3642 3643 - rpmhpd_opp_lov_svs_d2: opp-52 { 3643 + rpmhpd_opp_low_svs_d2: opp-52 { 3644 3644 opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D2>; 3645 3645 }; 3646 3646 3647 - rpmhpd_opp_lov_svs_d1: opp-56 { 3647 + rpmhpd_opp_low_svs_d1: opp-56 { 3648 3648 opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D1>; 3649 3649 }; 3650 3650 3651 - rpmhpd_opp_lov_svs_d0: opp-60 { 3651 + rpmhpd_opp_low_svs_d0: opp-60 { 3652 3652 opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D0>; 3653 3653 }; 3654 3654