From a79fc2d51ecc9da8c423703140ee525049a40600 Mon Sep 17 00:00:00 2001 From: Uttkarsh Aggarwal Date: Fri, 22 Nov 2024 15:12:18 +0530 Subject: [PATCH] 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 3581be99..e9733a1a 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>;