Skip to content

Commit e9355e8

Browse files
Kaustabh Chakrabortykrzk
authored andcommitted
arm64: dts: exynos7870: add quirk to disable USB2 LPM in gadget mode
In gadget mode, USB connections are sluggish. The device won't send packets to the host unless the host sends packets to the device. For instance, SSH-ing through the USB network would apparently not work unless you're flood-pinging the device's IP. Add the property snps,usb2-gadget-lpm-disable to the dwc3 node, which seems to solve this issue. Fixes: d6f3a7f ("arm64: dts: exynos: add initial devicetree support for exynos7870") Cc: [email protected] # v6.16 Signed-off-by: Kaustabh Chakraborty <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 98be2d6 commit e9355e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/exynos/exynos7870.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@
327327
phys = <&usbdrd_phy 0>;
328328

329329
usb-role-switch;
330+
snps,usb2-gadget-lpm-disable;
330331
};
331332
};
332333

0 commit comments

Comments
 (0)