mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rockchip: rk3399: quirk for extra long delay for dwc3 xHCI
It has been reported that xHCI on this SoC really cannot sleep without extraordinary delay. This quirk can ensure the xHCI enter the Halted state after the Run/Stop (R/S) bit is cleared to '0'. Change-Id: Ibccf0c5c2da4533817b998b523e3a3a09ed7dcea Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
This commit is contained in:
@@ -464,6 +464,7 @@
|
||||
snps,dis_u2_susphy_quirk;
|
||||
snps,dis-del-phy-power-chg-quirk;
|
||||
snps,dis-tx-ipgap-linecheck-quirk;
|
||||
snps,xhci-slow-suspend-quirk;
|
||||
power-domains = <&power RK3399_PD_USB3>;
|
||||
status = "disabled";
|
||||
};
|
||||
@@ -495,6 +496,7 @@
|
||||
snps,dis_u2_susphy_quirk;
|
||||
snps,dis-del-phy-power-chg-quirk;
|
||||
snps,dis-tx-ipgap-linecheck-quirk;
|
||||
snps,xhci-slow-suspend-quirk;
|
||||
power-domains = <&power RK3399_PD_USB3>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user