Skip to content

Commit d939c02

Browse files
jhovoldbroonie
authored andcommitted
dt-bindings: regulator: qcom,usb-vbus-regulator: clean up example
Devicetree node names should be generic; fix up the qcom,usb-vbus-regulator binding example accordingly. While at it, drop an unnecessary label and add a newline separator before the child node to improve readability. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Link: https://msgid.link/r/20231219075749.25308-1-johan+linaro@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent ad663ce commit d939c02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ unevaluatedProperties: false
3636

3737
examples:
3838
- |
39-
pm8150b {
39+
pmic {
4040
#address-cells = <1>;
4141
#size-cells = <0>;
42-
pm8150b_vbus: usb-vbus-regulator@1100 {
42+
43+
usb-vbus-regulator@1100 {
4344
compatible = "qcom,pm8150b-vbus-reg";
4445
reg = <0x1100>;
4546
regulator-min-microamp = <500000>;

0 commit comments

Comments
 (0)