]> Git Repo - linux.git/commitdiff
regulator: dt-bindings: qcom,rpmh: Correct PM8550VE supplies
authorMelody Olvera <[email protected]>
Tue, 12 Nov 2024 00:35:44 +0000 (16:35 -0800)
committerMark Brown <[email protected]>
Wed, 13 Nov 2024 13:53:14 +0000 (13:53 +0000)
The PM8550VE has two more supplies (s1-8) than the PM8550VS (s1-6),
so move to a correct if:then: clause to accurately reflect that.

Fixes: 902f8c9830c3 ("regulator: dt-bindings: qcom,rpmh: Correct PM8550 family supplies")
Signed-off-by: Melody Olvera <[email protected]>
Acked-by: Rob Herring (Arm) <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml

index 27c6d5152413fccdb61850c87caf5d721df0fd53..3a5a0a6cf5cc7090f3e09850e9a13b7e6eeac68e 100644 (file)
@@ -349,7 +349,6 @@ allOf:
       properties:
         compatible:
           enum:
-            - qcom,pm8550ve-rpmh-regulators
             - qcom,pm8550vs-rpmh-regulators
     then:
       patternProperties:
@@ -385,6 +384,7 @@ allOf:
         compatible:
           enum:
             - qcom,pmc8380-rpmh-regulators
+            - qcom,pm8550ve-rpmh-regulators
     then:
       patternProperties:
         "^vdd-l[1-3]-supply$": true
This page took 0.060187 seconds and 4 git commands to generate.