rockchip: patches-6.6: refresh patches
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
f20a029974
commit
532e31e388
@ -49,16 +49,7 @@
|
|||||||
unsigned parkmode_disable_ss_quirk:1;
|
unsigned parkmode_disable_ss_quirk:1;
|
||||||
--- a/drivers/usb/dwc3/host.c
|
--- a/drivers/usb/dwc3/host.c
|
||||||
+++ b/drivers/usb/dwc3/host.c
|
+++ b/drivers/usb/dwc3/host.c
|
||||||
@@ -61,7 +61,7 @@ out:
|
@@ -94,6 +94,9 @@ int dwc3_host_init(struct dwc3 *dwc)
|
||||||
|
|
||||||
int dwc3_host_init(struct dwc3 *dwc)
|
|
||||||
{
|
|
||||||
- struct property_entry props[4];
|
|
||||||
+ struct property_entry props[5];
|
|
||||||
struct platform_device *xhci;
|
|
||||||
int ret, irq;
|
|
||||||
int prop_idx = 0;
|
|
||||||
@@ -92,6 +92,9 @@ int dwc3_host_init(struct dwc3 *dwc)
|
|
||||||
if (dwc->usb3_lpm_capable)
|
if (dwc->usb3_lpm_capable)
|
||||||
props[prop_idx++] = PROPERTY_ENTRY_BOOL("usb3-lpm-capable");
|
props[prop_idx++] = PROPERTY_ENTRY_BOOL("usb3-lpm-capable");
|
||||||
|
|
||||||
@ -70,9 +61,9 @@
|
|||||||
|
|
||||||
--- a/drivers/usb/host/xhci-plat.c
|
--- a/drivers/usb/host/xhci-plat.c
|
||||||
+++ b/drivers/usb/host/xhci-plat.c
|
+++ b/drivers/usb/host/xhci-plat.c
|
||||||
@@ -250,6 +250,9 @@ int xhci_plat_probe(struct platform_devi
|
@@ -253,6 +253,9 @@ int xhci_plat_probe(struct platform_device *pdev, struct device *sysdev, const s
|
||||||
if (device_property_read_bool(tmpdev, "quirk-broken-port-ped"))
|
if (device_property_read_bool(tmpdev, "xhci-sg-trb-cache-size-quirk"))
|
||||||
xhci->quirks |= XHCI_BROKEN_PORT_PED;
|
xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK;
|
||||||
|
|
||||||
+ if (device_property_read_bool(tmpdev, "xhci-trb-ent-quirk"))
|
+ if (device_property_read_bool(tmpdev, "xhci-trb-ent-quirk"))
|
||||||
+ xhci->quirks |= XHCI_TRB_ENT_QUIRK;
|
+ xhci->quirks |= XHCI_TRB_ENT_QUIRK;
|
||||||
|
Loading…
Reference in New Issue
Block a user