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
This commit is contained in:
Elson Roy Serrao 2021-09-13 16:56:35 -07:00
parent 9b7f310fb3
commit ac78504d63

View File

@ -62,4 +62,7 @@
&usb { &usb {
qcom,iommu-dma = "bypass"; qcom,iommu-dma = "bypass";
dwc3@a600000 {
snps,usb2-gadget-lpm-disable;
};
}; };