Skip to content

Commit e3bab40

Browse files
Prashanth Kandersson
authored andcommitted
ARM: dts: qcom: sdx55: Disable USB U1/U2 entry
Disable U1 and U2 power-saving states to improve stability of USB. These low-power link states, designed to reduce power consumption during idle periods, can cause issues in latency-sensitive or high throughput use cases. Over the years, some of the issues seen are as follows: 1. In device mode of operation, when UVC is active, enabling U1/U2 is sometimes causing packets drops due to delay in entry/exit of intermittent these low power states. These packet drops are often reflected as missed isochronous transfers, as the controller wasn't able to send packet in that microframe interval and hence glitches are seen on the final transmitted video output. 2. On older targets like SM8150/SM8250/SM8350, there have been throughput issues seen during tethering use cases. 3. On targets like SDX75, intermittent disconnects were observed with certain cables due to impedence variations. Disabling these intermittent power states enhances device stability without affecting power usage. Signed-off-by: Prashanth K <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 5c876b8 commit e3bab40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/qcom/qcom-sdx55.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,8 @@
614614
iommus = <&apps_smmu 0x1a0 0x0>;
615615
snps,dis_u2_susphy_quirk;
616616
snps,dis_enblslpm_quirk;
617+
snps,dis-u1-entry-quirk;
618+
snps,dis-u2-entry-quirk;
617619
phys = <&usb_hsphy>, <&usb_qmpphy>;
618620
phy-names = "usb2-phy", "usb3-phy";
619621
};

0 commit comments

Comments
 (0)