mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ARM: dts: rockchip: rv1106: disable usb2 gadget lpm
The Rockchip DWC3 controllers are LPM capable, but we find that the UVC function compatibility issue on some Windows PCs if enable LPM capable. And refer to the Logitech USB Cameras, they're usually disable LPM capable. Considering that the benefit form LPM capable is insignificant on RV1106 platforms with USB Gadget funcitons (UVC & UAC...), so we disable the LPM capable by default. Signed-off-by: William Wu <william.wu@rock-chips.com> Change-Id: I61dadbf7685a0952f5ac82d617e9e95bf7f38123
This commit is contained in:
@@ -1294,6 +1294,7 @@
|
||||
snps,dis_u2_susphy_quirk;
|
||||
snps,dis-del-phy-power-chg-quirk;
|
||||
snps,dis-tx-ipgap-linecheck-quirk;
|
||||
snps,usb2-gadget-lpm-disable;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user