On 31/10/2022 18:39, Luca Weiss wrote:
Use the node name as now defined in the spmi-pmic bindings.
Signed-off-by: Luca Weiss <luca@xxxxxxxxx>
---
Changes in v2:
* New patch
arch/arm64/boot/dts/qcom/pm8150b.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/pm8150b.dtsi b/arch/arm64/boot/dts/qcom/pm8150b.dtsi
index cdded791d96e..66752cc063d6 100644
--- a/arch/arm64/boot/dts/qcom/pm8150b.dtsi
+++ b/arch/arm64/boot/dts/qcom/pm8150b.dtsi
@@ -53,7 +53,7 @@ pon@800 {
status = "disabled";
};
- pm8150b_vbus: dcdc@1100 {
+ pm8150b_vbus: usb-vbus-regulator@1100 {
compatible = "qcom,pm8150b-vbus-reg";
status = "disabled";
reg = <0x1100>;
Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>