diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2022-12-29 22:15:43 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-12-29 22:21:46 +0300 |
commit | d13da2f4c81602fc22cdf2cb13b15283b260e0d5 (patch) | |
tree | 30d2f69f077f1473a2cb04e1ca3d9068b924d1a0 /Documentation/devicetree/bindings/regulator | |
parent | cfbe9dfd664c7717ef297e01b7eecccc2b5fde6f (diff) | |
download | linux-d13da2f4c81602fc22cdf2cb13b15283b260e0d5.tar.xz |
regulator: dt-bindings: qcom,usb-vbus-regulator: change node name
usb-vbus-regulator is a better generic node name than dcdc to change the
example to match.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lore.kernel.org/r/20221229191542.123367-1-luca@z3ntu.xyz
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml index dbe78cd4adba..b1cff3adb21b 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml @@ -33,7 +33,7 @@ examples: pm8150b { #address-cells = <1>; #size-cells = <0>; - pm8150b_vbus: dcdc@1100 { + pm8150b_vbus: usb-vbus-regulator@1100 { compatible = "qcom,pm8150b-vbus-reg"; reg = <0x1100>; }; |