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 <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>
This commit is contained in:
Danila Tikhonov 2024-02-17 19:31:59 +03:00 committed by Mark Brown
parent 2601b6fb7d
commit ec29a4d9b7
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -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