regulator: dt-bindings: qcom,usb-vbus-regulator: change node name
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 29 Dec 2022 19:15:43 +0000 (20:15 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 29 Dec 2022 19:21:46 +0000 (19:21 +0000)
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>
Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml

index dbe78cd..b1cff3a 100644 (file)
@@ -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>;
         };