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:
William Wu
2020-06-02 16:56:16 +08:00
committed by Tao Huang
parent 77632b0961
commit d50829cb7f

View File

@@ -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";
};
};