Skip to content

Commit ec29a4d

Browse files
JIaxygabroonie
authored andcommitted
dt-bindings: regulator: qcom,usb-vbus-regulator: Add PM6150 compatible
The VBUS register block on the PM6150 PMIC shares the design with the PM8150B one. Define corresponding compatible string, having the qcom,pm8150b-vbus-reg as a fallback. Signed-off-by: Danila Tikhonov <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 2601b6f commit ec29a4d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ allOf:
1919

2020
properties:
2121
compatible:
22-
enum:
23-
- qcom,pm8150b-vbus-reg
22+
oneOf:
23+
- enum:
24+
- qcom,pm8150b-vbus-reg
25+
- items:
26+
- enum:
27+
- qcom,pm6150-vbus-reg
28+
- const: qcom,pm8150b-vbus-reg
2429

2530
reg:
2631
maxItems: 1

0 commit comments

Comments
 (0)