diff options
author | Dmitry Baryshkov <[email protected]> | 2024-02-21 01:58:50 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-02-21 00:51:54 +0000 |
commit | 132a85f1c28b41ef4950c64fbf2d3a0ee23e79dd (patch) | |
tree | db32a003fd9c6d9f45827cc043375cabf17e45ac | |
parent | 7f719a953975dc3bb970ed8f7ef8a97bad6000ab (diff) |
regulator: dt-bindings: qcom,usb-vbus-regulator: add support for PM4125
The VBUS register block on the PM4125 PMIC shares the design with the
PM8150B one. Define corresponding compatible string, having the
qcom,pm8150b-vbus-reg as a fallback.
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml index bf6336850be6..8afb40c67af3 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml @@ -24,6 +24,7 @@ properties: - qcom,pm8150b-vbus-reg - items: - enum: + - qcom,pm4125-vbus-reg - qcom,pm6150-vbus-reg - const: qcom,pm8150b-vbus-reg |