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: sm8450: 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-11-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
6216007a 0223fe2b

+12 -12
+4 -4
arch/arm64/boot/dts/qcom/sm8450-hdk.dts
··· 99 99 }; 100 100 101 101 &apps_rsc { 102 - pm8350-rpmh-regulators { 102 + regulators-0 { 103 103 compatible = "qcom,pm8350-rpmh-regulators"; 104 104 qcom,pmic-id = "b"; 105 105 ··· 190 190 }; 191 191 }; 192 192 193 - pm8350c-rpmh-regulators { 193 + regulators-1 { 194 194 compatible = "qcom,pm8350c-rpmh-regulators"; 195 195 qcom,pmic-id = "c"; 196 196 ··· 303 303 }; 304 304 }; 305 305 306 - pm8450-rpmh-regulators { 306 + regulators-2 { 307 307 compatible = "qcom,pm8450-rpmh-regulators"; 308 308 qcom,pmic-id = "h"; 309 309 ··· 346 346 347 347 }; 348 348 349 - pmr735a-rpmh-regulators { 349 + regulators-3 { 350 350 compatible = "qcom,pmr735a-rpmh-regulators"; 351 351 qcom,pmic-id = "e"; 352 352
+4 -4
arch/arm64/boot/dts/qcom/sm8450-qrd.dts
··· 39 39 }; 40 40 41 41 &apps_rsc { 42 - pm8350-rpmh-regulators { 42 + regulators-0 { 43 43 compatible = "qcom,pm8350-rpmh-regulators"; 44 44 qcom,pmic-id = "b"; 45 45 ··· 130 130 }; 131 131 }; 132 132 133 - pm8350c-rpmh-regulators { 133 + regulators-1 { 134 134 compatible = "qcom,pm8350c-rpmh-regulators"; 135 135 qcom,pmic-id = "c"; 136 136 ··· 242 242 }; 243 243 }; 244 244 245 - pm8450-rpmh-regulators { 245 + regulators-2 { 246 246 compatible = "qcom,pm8450-rpmh-regulators"; 247 247 qcom,pmic-id = "h"; 248 248 ··· 285 285 286 286 }; 287 287 288 - pmr735a-rpmh-regulators { 288 + regulators-3 { 289 289 compatible = "qcom,pmr735a-rpmh-regulators"; 290 290 qcom,pmic-id = "e"; 291 291
+4 -4
arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara.dtsi
··· 116 116 }; 117 117 118 118 &apps_rsc { 119 - pm8350-rpmh-regulators { 119 + regulators-0 { 120 120 compatible = "qcom,pm8350-rpmh-regulators"; 121 121 qcom,pmic-id = "b"; 122 122 ··· 212 212 }; 213 213 }; 214 214 215 - pm8350c-rpmh-regulators { 215 + regulators-1 { 216 216 compatible = "qcom,pm8350c-rpmh-regulators"; 217 217 qcom,pmic-id = "c"; 218 218 ··· 348 348 }; 349 349 }; 350 350 351 - pm8450-rpmh-regulators { 351 + regulators-2 { 352 352 compatible = "qcom,pm8450-rpmh-regulators"; 353 353 qcom,pmic-id = "h"; 354 354 ··· 392 392 }; 393 393 }; 394 394 395 - pmr735a-rpmh-regulators { 395 + regulators-3 { 396 396 compatible = "qcom,pmr735a-rpmh-regulators"; 397 397 qcom,pmic-id = "e"; 398 398