diff options
author | 2024-02-21 01:58:50 +0200 | |
---|---|---|
committer | 2024-02-21 00:51:54 +0000 | |
commit | 132a85f1c28b41ef4950c64fbf2d3a0ee23e79dd (patch) | |
tree | db32a003fd9c6d9f45827cc043375cabf17e45ac | |
parent | regulator: core: Remove redundant assignment to variable possible_uV (diff) | |
download | wireguard-linux-132a85f1c28b41ef4950c64fbf2d3a0ee23e79dd.tar.xz wireguard-linux-132a85f1c28b41ef4950c64fbf2d3a0ee23e79dd.zip |
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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://msgid.link/r/20240221-pm4125-typec-v3-1-fdd0ee0465b8@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-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 |