]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: pm4125: move vdd-vbus-supply to connector nodes
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Tue, 19 May 2026 10:48:05 +0000 (13:48 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2026 09:35:43 +0000 (11:35 +0200)
Instead of specifying the VBUS supply as powering on the Type-C block in
the PMIC, follow the standard schema and use vbus-supply property of the
usb-c connector itself.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://patch.msgid.link/20260519-fix-tcpm-vbus-v1-3-14754695282d@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/qcom/pm4125.dtsi
arch/arm64/boot/dts/qcom/qrb2210-rb1.dts

index cf8c822e80ce87c332b1b3f378c362686f908441..542e8fe030da40dfefc7b744dcc30133fdb35e74 100644 (file)
@@ -61,7 +61,6 @@
                                          "attach-detach",
                                          "legacy-cable-detect",
                                          "try-snk-src-detect";
-                       vdd-vbus-supply = <&pm4125_vbus>;
 
                        status = "disabled";
                };
index da46e9d6552801631e668f7a43f5ae1c27639fd4..4ace2d6c06ceee74ced7c8cf9b341089b689f703 100644 (file)
                typec-power-opmode = "default";
                pd-disable;
 
+               vbus-supply = <&pm4125_vbus>;
+
                ports {
                        #address-cells = <1>;
                        #size-cells = <0>;