Skip to content

Commit 5c876b8

Browse files
Prashanth Kandersson
authored andcommitted
ARM: dts: qcom: sdx65: 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 7ec041b commit 5c876b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,8 @@
530530
iommus = <&apps_smmu 0x1a0 0x0>;
531531
snps,dis_u2_susphy_quirk;
532532
snps,dis_enblslpm_quirk;
533+
snps,dis-u1-entry-quirk;
534+
snps,dis-u2-entry-quirk;
533535
phys = <&usb_hsphy>, <&usb_qmpphy>;
534536
phy-names = "usb2-phy", "usb3-phy";
535537
};

0 commit comments

Comments
 (0)