Skip to content

Commit 21ccadc

Browse files
Melody Olverabroonie
authored andcommitted
regulator: dt-bindings: qcom,rpmh: Correct PM8550VE supplies
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: 902f8c9 ("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]>
1 parent 1b55354 commit 21ccadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ allOf:
349349
properties:
350350
compatible:
351351
enum:
352-
- qcom,pm8550ve-rpmh-regulators
353352
- qcom,pm8550vs-rpmh-regulators
354353
then:
355354
patternProperties:
@@ -385,6 +384,7 @@ allOf:
385384
compatible:
386385
enum:
387386
- qcom,pmc8380-rpmh-regulators
387+
- qcom,pm8550ve-rpmh-regulators
388388
then:
389389
patternProperties:
390390
"^vdd-l[1-3]-supply$": true

0 commit comments

Comments
 (0)