ARM: dts: msm: Remove ucsi port related remote-endpoint with USB on waipio

USB controller device doesn't probe due to remote-endpoint depedency
with ucsi device. ucsi device won't be probed as ADSP firmware is
not being loaded. Hence remove ucsi port related remote-endpoint
configuration on waipio.

Change-Id: I72738db049039a9016d7fea8537590b5bda59aa4
This commit is contained in:
Mayank Rana
2021-08-27 09:24:46 -07:00
parent b146158974
commit 7a6a70e256

View File

@@ -163,20 +163,4 @@
usb-role-switch;
dr_mode = "otg";
};
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
&ucsi {
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
};