mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
arm64: dts: rockchip: add xhci trb ent quirk for rockchip SoCs
This patch adds "snps,xhci-trb-ent-quirk" for DWC3 controllers in RK1808/RK3328/RK3399/RK3399pro-npu. Change-Id: I708f62747150316d66459f02b399d7c9b2667636 Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
parent
302fae181d
commit
fdc8aea2c0
|
|
@ -245,6 +245,7 @@ usbdrd_dwc3: dwc3@fd000000 {
|
|||
snps,dis_u3_susphy_quirk;
|
||||
snps,dis-del-phy-power-chg-quirk;
|
||||
snps,tx-ipgap-linecheck-dis-quirk;
|
||||
snps,xhci-trb-ent-quirk;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1387,6 +1387,7 @@ usbdrd_dwc3: dwc3@ff600000 {
|
|||
snps,dis_u3_susphy_quirk;
|
||||
snps,dis-del-phy-power-chg-quirk;
|
||||
snps,tx-ipgap-linecheck-dis-quirk;
|
||||
snps,xhci-trb-ent-quirk;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -431,6 +431,7 @@ usbdrd_dwc3_0: dwc3@fe800000 {
|
|||
snps,dis-del-phy-power-chg-quirk;
|
||||
snps,tx-ipgap-linecheck-dis-quirk;
|
||||
snps,xhci-slow-suspend-quirk;
|
||||
snps,xhci-trb-ent-quirk;
|
||||
snps,usb3-warm-reset-on-resume-quirk;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -464,6 +465,7 @@ usbdrd_dwc3_1: dwc3@fe900000 {
|
|||
snps,dis-del-phy-power-chg-quirk;
|
||||
snps,tx-ipgap-linecheck-dis-quirk;
|
||||
snps,xhci-slow-suspend-quirk;
|
||||
snps,xhci-trb-ent-quirk;
|
||||
snps,usb3-warm-reset-on-resume-quirk;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -148,6 +148,7 @@ usbdrd_dwc3: dwc3@fd000000 {
|
|||
snps,dis_u3_susphy_quirk;
|
||||
snps,dis-del-phy-power-chg-quirk;
|
||||
snps,tx-ipgap-linecheck-dis-quirk;
|
||||
snps,xhci-trb-ent-quirk;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user