summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-17 10:44:57 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-17 10:44:57 -0400
commitce42bdeb3ee18297731724dd74a07629414f1376 (patch)
treeed223491b769769f4755badc016ee94ca782fc60
parent149de4f69232d785f37cbb4fdb6927bb06242468 (diff)
downloadlongterm-queue-5.2-ce42bdeb3ee18297731724dd74a07629414f1376.tar.gz
usb: dwc3: ctxt refresh
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/usb-dwc3-pci-add-support-for-the-Intel-Tiger-Lake-PC.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/queue/usb-dwc3-pci-add-support-for-the-Intel-Tiger-Lake-PC.patch b/queue/usb-dwc3-pci-add-support-for-the-Intel-Tiger-Lake-PC.patch
index 067c51fb..ca81eb83 100644
--- a/queue/usb-dwc3-pci-add-support-for-the-Intel-Tiger-Lake-PC.patch
+++ b/queue/usb-dwc3-pci-add-support-for-the-Intel-Tiger-Lake-PC.patch
@@ -1,4 +1,4 @@
-From c3f595a8119207cc0f82b3dc6ec5bbf6f3e6b135 Mon Sep 17 00:00:00 2001
+From f79a3d64233b2e90db073b6cdcf3ca575eea04f7 Mon Sep 17 00:00:00 2001
From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Date: Thu, 25 Jun 2020 10:34:32 +0300
Subject: [PATCH] usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H
@@ -12,19 +12,19 @@ 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 96c05b121fac..47b7e83d9062 100644
+index 389ec4c689c4..3f3cce723c05 100644
--- a/drivers/usb/dwc3/dwc3-pci.c
+++ b/drivers/usb/dwc3/dwc3-pci.c
-@@ -38,6 +38,7 @@
+@@ -36,6 +36,7 @@
+ #define PCI_DEVICE_ID_INTEL_CNPH 0xa36e
+ #define PCI_DEVICE_ID_INTEL_CNPV 0xa3b0
#define PCI_DEVICE_ID_INTEL_ICLLP 0x34ee
- #define PCI_DEVICE_ID_INTEL_EHLLP 0x4b7e
- #define PCI_DEVICE_ID_INTEL_TGPLP 0xa0ee
+#define PCI_DEVICE_ID_INTEL_TGPH 0x43ee
#define PCI_INTEL_BXT_DSM_GUID "732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511"
#define PCI_INTEL_BXT_FUNC_PMU_PWR 4
-@@ -358,6 +359,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
- { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGPLP),
+@@ -350,6 +351,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
+ { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ICLLP),
(kernel_ulong_t) &dwc3_pci_intel_properties, },
+ { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGPH),