Re: [PATCH v2 2/3] regulator: dt-bindings: qcom,usb-vbus-regulator: change node name

From: Neil Armstrong
Date: Wed Nov 02 2022 - 06:39:47 EST


Hi,

On 31/10/2022 18:39, Luca Weiss wrote:
usb-vbus-regulator is a better generic node name than dcdc to change the
example to match.

Subject is wrong, should be something like:
dt-bindings: regulator: qcom,usb-vbus-regulator: update example node name


Signed-off-by: Luca Weiss <luca@xxxxxxxxx>
---
Changes in v2:
* New patch

.../devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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>;
};

Thanks,
Neil