Message ID | 20221031173933.936147-3-luca@z3ntu.xyz |
---|---|
State | Accepted |
Commit | 0c9a86fb9ebc576e66a2ce6a667684431a14d2f1 |
Headers | show |
Series | [v2,1/3] dt-bindings: mfd: qcom,spmi-pmic: support more types | expand |
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@z3ntu.xyz> > --- > 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@linaro.org>
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>;
Use the node name as now defined in the spmi-pmic bindings. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Changes in v2: * New patch arch/arm64/boot/dts/qcom/pm8150b.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)