diff options
| author | Luca Weiss <luca@z3ntu.xyz> | 2022-10-31 18:39:33 +0100 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2022-11-07 19:26:36 -0600 |
| commit | 0c9a86fb9ebc576e66a2ce6a667684431a14d2f1 (patch) | |
| tree | dce77c801a9d2645796da43559111e28dff629ad | |
| parent | 3aa0b8cd957b3e7806004c2150c61c85a606821a (diff) | |
arm64: dts: qcom: pm8150b: change vbus-regulator node name
Use the node name as now defined in the spmi-pmic bindings.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221031173933.936147-3-luca@z3ntu.xyz
| -rw-r--r-- | arch/arm64/boot/dts/qcom/pm8150b.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ status = "disabled"; }; - pm8150b_vbus: dcdc@1100 { + pm8150b_vbus: usb-vbus-regulator@1100 { compatible = "qcom,pm8150b-vbus-reg"; status = "disabled"; reg = <0x1100>; |
