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: sm8350: align RPMh regulator nodes with bindings

Device node names should be generic and bindings expect certain pattern
for RPMh regulator nodes.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230127114347.235963-10-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
0223fe2b 537f572b

+6 -6
+2 -2
arch/arm64/boot/dts/qcom/sm8350-hdk.dts
··· 73 73 }; 74 74 75 75 &apps_rsc { 76 - pm8350-rpmh-regulators { 76 + regulators-0 { 77 77 compatible = "qcom,pm8350-rpmh-regulators"; 78 78 qcom,pmic-id = "b"; 79 79 ··· 178 178 }; 179 179 }; 180 180 181 - pm8350c-rpmh-regulators { 181 + regulators-1 { 182 182 compatible = "qcom,pm8350c-rpmh-regulators"; 183 183 qcom,pmic-id = "c"; 184 184
+2 -2
arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts
··· 44 44 }; 45 45 46 46 &apps_rsc { 47 - pm8350-rpmh-regulators { 47 + regulators-0 { 48 48 compatible = "qcom,pm8350-rpmh-regulators"; 49 49 qcom,pmic-id = "b"; 50 50 ··· 135 135 }; 136 136 }; 137 137 138 - pm8350c-rpmh-regulators { 138 + regulators-1 { 139 139 compatible = "qcom,pm8350c-rpmh-regulators"; 140 140 qcom,pmic-id = "c"; 141 141
+2 -2
arch/arm64/boot/dts/qcom/sm8350-mtp.dts
··· 43 43 }; 44 44 45 45 &apps_rsc { 46 - pm8350-rpmh-regulators { 46 + regulators-0 { 47 47 compatible = "qcom,pm8350-rpmh-regulators"; 48 48 qcom,pmic-id = "b"; 49 49 ··· 134 134 }; 135 135 }; 136 136 137 - pm8350c-rpmh-regulators { 137 + regulators-1 { 138 138 compatible = "qcom,pm8350c-rpmh-regulators"; 139 139 qcom,pmic-id = "c"; 140 140