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: sm8250: 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-9-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
537f572b 5a88bb61

+12 -12
+3 -3
arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
··· 238 238 }; 239 239 240 240 &apps_rsc { 241 - pm8009-rpmh-regulators { 241 + regulators-0 { 242 242 compatible = "qcom,pm8009-1-rpmh-regulators"; 243 243 qcom,pmic-id = "f"; 244 244 ··· 284 284 }; 285 285 }; 286 286 287 - pm8150-rpmh-regulators { 287 + regulators-1 { 288 288 compatible = "qcom,pm8150-rpmh-regulators"; 289 289 qcom,pmic-id = "a"; 290 290 ··· 417 417 }; 418 418 }; 419 419 420 - pm8150l-rpmh-regulators { 420 + regulators-2 { 421 421 compatible = "qcom,pm8150l-rpmh-regulators"; 422 422 qcom,pmic-id = "c"; 423 423
+3 -3
arch/arm64/boot/dts/qcom/sm8250-hdk.dts
··· 65 65 }; 66 66 67 67 &apps_rsc { 68 - pm8150-rpmh-regulators { 68 + regulators-0 { 69 69 compatible = "qcom,pm8150-rpmh-regulators"; 70 70 qcom,pmic-id = "a"; 71 71 ··· 199 199 }; 200 200 }; 201 201 202 - pm8150l-rpmh-regulators { 202 + regulators-1 { 203 203 compatible = "qcom,pm8150l-rpmh-regulators"; 204 204 qcom,pmic-id = "c"; 205 205 ··· 310 310 }; 311 311 }; 312 312 313 - pm8009-rpmh-regulators { 313 + regulators-2 { 314 314 compatible = "qcom,pm8009-rpmh-regulators"; 315 315 qcom,pmic-id = "f"; 316 316
+3 -3
arch/arm64/boot/dts/qcom/sm8250-mtp.dts
··· 187 187 }; 188 188 189 189 &apps_rsc { 190 - pm8150-rpmh-regulators { 190 + regulators-0 { 191 191 compatible = "qcom,pm8150-rpmh-regulators"; 192 192 qcom,pmic-id = "a"; 193 193 ··· 321 321 }; 322 322 }; 323 323 324 - pm8150l-rpmh-regulators { 324 + regulators-1 { 325 325 compatible = "qcom,pm8150l-rpmh-regulators"; 326 326 qcom,pmic-id = "c"; 327 327 ··· 432 432 }; 433 433 }; 434 434 435 - pm8009-rpmh-regulators { 435 + regulators-2 { 436 436 compatible = "qcom,pm8009-rpmh-regulators"; 437 437 qcom,pmic-id = "f"; 438 438
+3 -3
arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
··· 123 123 }; 124 124 125 125 &apps_rsc { 126 - pm8150-rpmh-regulators { 126 + regulators-0 { 127 127 compatible = "qcom,pm8150-rpmh-regulators"; 128 128 qcom,pmic-id = "a"; 129 129 ··· 247 247 * ab: 4600000-6100000 248 248 * ibb: 800000-5400000 249 249 */ 250 - pm8150l-rpmh-regulators { 250 + regulators-1 { 251 251 compatible = "qcom,pm8150l-rpmh-regulators"; 252 252 qcom,pmic-id = "c"; 253 253 ··· 360 360 }; 361 361 }; 362 362 363 - pm8009-rpmh-regulators { 363 + regulators-2 { 364 364 compatible = "qcom,pm8009-rpmh-regulators"; 365 365 qcom,pmic-id = "f"; 366 366