mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: add xhci-warm-reset-on-suspend-quirk for rk3399
This patch adds property "xhci-warm-reset-on-suspend-quirk" for rk3399 DWC3 xHC to do a warm port reset for USB3 port upon PM suspend. This patch also deletes the unused property: snps,usb3-warm-reset-on-resume-quirk Change-Id: I0d50e1c603a3114f6bc5f822334546c6e1668b0e Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -466,7 +466,7 @@
|
||||
snps,dis-tx-ipgap-linecheck-quirk;
|
||||
snps,xhci-slow-suspend-quirk;
|
||||
snps,xhci-trb-ent-quirk;
|
||||
snps,usb3-warm-reset-on-resume-quirk;
|
||||
snps,xhci-warm-reset-on-suspend-quirk;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
@@ -500,7 +500,7 @@
|
||||
snps,dis-tx-ipgap-linecheck-quirk;
|
||||
snps,xhci-slow-suspend-quirk;
|
||||
snps,xhci-trb-ent-quirk;
|
||||
snps,usb3-warm-reset-on-resume-quirk;
|
||||
snps,xhci-warm-reset-on-suspend-quirk;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user