summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-17 10:49:00 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-17 10:49:00 -0400
commit4810d0037c6b4f9f8a83af516b814afb2ca5c639 (patch)
treec2b9b842733a15f7620ddae2500411128ec9b93d
parentce42bdeb3ee18297731724dd74a07629414f1376 (diff)
downloadlongterm-queue-5.2-4810d0037c6b4f9f8a83af516b814afb2ca5c639.tar.gz
usb: dwc3 (#2): ctxt refresh
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/usb-dwc3-pci-add-support-for-the-Intel-Jasper-Lake.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/queue/usb-dwc3-pci-add-support-for-the-Intel-Jasper-Lake.patch b/queue/usb-dwc3-pci-add-support-for-the-Intel-Jasper-Lake.patch
index 784ff705..806d4c04 100644
--- a/queue/usb-dwc3-pci-add-support-for-the-Intel-Jasper-Lake.patch
+++ b/queue/usb-dwc3-pci-add-support-for-the-Intel-Jasper-Lake.patch
@@ -1,4 +1,4 @@
-From e25d1e8532c3d84f075deca1580a7d61e0f43ce6 Mon Sep 17 00:00:00 2001
+From 66679bf480ddf1f528e8a1acde8cbfea941085ad Mon Sep 17 00:00:00 2001
From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Date: Tue, 30 Jun 2020 15:24:59 +0300
Subject: [PATCH] usb: dwc3: pci: add support for the Intel Jasper Lake
@@ -12,18 +12,18 @@ Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c
-index 47b7e83d9062..139474c3e77b 100644
+index 3f3cce723c05..de8e5e971f70 100644
--- a/drivers/usb/dwc3/dwc3-pci.c
+++ b/drivers/usb/dwc3/dwc3-pci.c
-@@ -39,6 +39,7 @@
- #define PCI_DEVICE_ID_INTEL_EHLLP 0x4b7e
- #define PCI_DEVICE_ID_INTEL_TGPLP 0xa0ee
+@@ -37,6 +37,7 @@
+ #define PCI_DEVICE_ID_INTEL_CNPV 0xa3b0
+ #define PCI_DEVICE_ID_INTEL_ICLLP 0x34ee
#define PCI_DEVICE_ID_INTEL_TGPH 0x43ee
+#define PCI_DEVICE_ID_INTEL_JSP 0x4dee
#define PCI_INTEL_BXT_DSM_GUID "732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511"
#define PCI_INTEL_BXT_FUNC_PMU_PWR 4
-@@ -362,6 +363,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
+@@ -354,6 +355,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGPH),
(kernel_ulong_t) &dwc3_pci_intel_properties, },