arm64: dts: qcom: pmi632: move vdd-vbus-supply to connector nodes

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-6-14754695282d@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Dmitry Baryshkov 2026-05-19 13:48:08 +03:00 committed by Greg Kroah-Hartman
parent b5817fa402
commit 3643ea101f
4 changed files with 6 additions and 1 deletions

View File

@ -69,7 +69,6 @@ pmi632_typec: typec@1500 {
"attach-detach",
"legacy-cable-detect",
"try-snk-src-detect";
vdd-vbus-supply = <&pmi632_vbus>;
status = "disabled";
};

View File

@ -323,6 +323,8 @@ connector {
typec-power-opmode = "default";
pd-disable;
vbus-supply = <&pmi632_vbus>;
ports {
#address-cells = <1>;
#size-cells = <0>;

View File

@ -252,6 +252,8 @@ connector {
typec-power-opmode = "default";
pd-disable;
vbus-supply = <&pmi632_vbus>;
port {
pmi632_hs_in: endpoint {
remote-endpoint = <&usb_dwc3_hs>;

View File

@ -251,6 +251,8 @@ connector {
typec-power-opmode = "default";
pd-disable;
vbus-supply = <&pmi632_vbus>;
ports {
#address-cells = <1>;
#size-cells = <0>;