Skip to content

Commit

Permalink
dt-bindings: regulator: qcom,usb-vbus-regulator: Add PM6150 compatible
Browse files Browse the repository at this point in the history
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 <danila@jiaxyga.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://msgid.link/r/20240217163201.32989-2-danila@jiaxyga.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Danila Tikhonov authored and Mark Brown committed Feb 19, 2024
1 parent 2601b6f commit ec29a4d
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ allOf:

properties:
compatible:
enum:
- qcom,pm8150b-vbus-reg
oneOf:
- enum:
- qcom,pm8150b-vbus-reg
- items:
- enum:
- qcom,pm6150-vbus-reg
- const: qcom,pm8150b-vbus-reg

reg:
maxItems: 1
Expand Down

0 comments on commit ec29a4d

Please sign in to comment.