From ac78504d6365090879016dbc33468284c5052b05 Mon Sep 17 00:00:00 2001 From: Elson Roy Serrao Date: Mon, 13 Sep 2021 16:56:35 -0700 Subject: [PATCH] ARM: dts: msm: Disable L1 mode on sdxlemur ep variants Some sdxlemur ep variants run in HS only mode and enabling L1 is leading to instability in terms of enumeration failures. Disable L1 mode to avoid this. Change-Id: I06157fce096e594b82f4c333fceb13ca3107a6df --- qcom/sdxlemur-mtp-mbb-pcie-ep.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qcom/sdxlemur-mtp-mbb-pcie-ep.dtsi b/qcom/sdxlemur-mtp-mbb-pcie-ep.dtsi index 20bd6389e01c..39675d1fddbc 100644 --- a/qcom/sdxlemur-mtp-mbb-pcie-ep.dtsi +++ b/qcom/sdxlemur-mtp-mbb-pcie-ep.dtsi @@ -62,4 +62,7 @@ &usb { qcom,iommu-dma = "bypass"; + dwc3@a600000 { + snps,usb2-gadget-lpm-disable; + }; };