From 7a6a70e256f9f4d01bad3eb0cb466d153cdc8a1b Mon Sep 17 00:00:00 2001 From: Mayank Rana Date: Fri, 27 Aug 2021 09:24:46 -0700 Subject: [PATCH] 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 --- qcom/waipio-mtp.dtsi | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/qcom/waipio-mtp.dtsi b/qcom/waipio-mtp.dtsi index 8bc0bbf2..165b6933 100644 --- a/qcom/waipio-mtp.dtsi +++ b/qcom/waipio-mtp.dtsi @@ -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>; - }; - }; - }; };