From 874b238793595193d285212155b1c2469740c4b4 Mon Sep 17 00:00:00 2001 From: Uttkarsh Aggarwal Date: Fri, 22 Nov 2024 15:12:18 +0530 Subject: [PATCH 1/2] ARM: dts: msm: Passing usb_qmp_dp_phy string to enable SS on tuna In this change usb_nop_phy is replaced with usb_qmp_dp_phy to enable Super-Speed on Tuna Platform. Change-Id: I24a255e4bf1154870ba676fcb3d778d0842503be Signed-off-by: Uttkarsh Aggarwal --- qcom/tuna-usb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/tuna-usb.dtsi b/qcom/tuna-usb.dtsi index ca4fee3e..e662e4cc 100644 --- a/qcom/tuna-usb.dtsi +++ b/qcom/tuna-usb.dtsi @@ -76,7 +76,7 @@ dma-coherent; interrupts = ; - usb-phy = <&eusb2_phy0>, <&usb_nop_phy>; + usb-phy = <&eusb2_phy0>, <&usb_qmp_dp_phy>; snps,disable-clk-gating; snps,has-lpm-erratum; snps,hird-threshold = /bits/ 8 <0x0>; From 693383750ef7f4c61066f3580daf532f2e0816e4 Mon Sep 17 00:00:00 2001 From: Uttkarsh Aggarwal Date: Fri, 22 Nov 2024 16:01:04 +0530 Subject: [PATCH 2/2] ARM: dts: msm: Add usb-role-switch and eud on Tuna This change will add usb-role-switch and eud in Tuna. Change-Id: Id7bfad4e07aae84a6f1434d35e3519bf693905e4 Signed-off-by: Uttkarsh Aggarwal --- qcom/tuna-usb.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qcom/tuna-usb.dtsi b/qcom/tuna-usb.dtsi index e662e4cc..1388c229 100644 --- a/qcom/tuna-usb.dtsi +++ b/qcom/tuna-usb.dtsi @@ -40,6 +40,9 @@ qcom,use-pdc-interrupts; qcom,use-eusb2-phy; + extcon = <&eud>; + usb-role-switch; + qcom,dis-sending-cm-l1-quirk; qcom,core-clk-rate = <200000000>; qcom,core-clk-rate-hs = <66666667>;