]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob
069757cee316516f56ad80580261f8342af46fe4
[thirdparty/kernel/stable-queue.git] /
1 From f05f80f217bf52443a2582bca19fd78188333f25 Mon Sep 17 00:00:00 2001
2 From: Shruthi Sanil <shruthi.sanil@intel.com>
3 Date: Fri, 25 Nov 2022 16:23:27 +0530
4 Subject: usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system for Raptor Lake
5
6 From: Shruthi Sanil <shruthi.sanil@intel.com>
7
8 commit f05f80f217bf52443a2582bca19fd78188333f25 upstream.
9
10 The device ID 0xa70e is defined for the USB3 device controller in the CPU
11 sub-system of Raptor Lake platform. Hence updating the ID accordingly.
12
13 Fixes: bad0d1d726ac ("usb: dwc3: pci: Add support for Intel Raptor Lake")
14 Cc: stable <stable@kernel.org>
15 Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
16 Signed-off-by: Shruthi Sanil <shruthi.sanil@intel.com>
17 Link: https://lore.kernel.org/r/20221125105327.27945-1-shruthi.sanil@intel.com
18 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19 ---
20 drivers/usb/dwc3/dwc3-pci.c | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23 --- a/drivers/usb/dwc3/dwc3-pci.c
24 +++ b/drivers/usb/dwc3/dwc3-pci.c
25 @@ -43,7 +43,7 @@
26 #define PCI_DEVICE_ID_INTEL_ADLP 0x51ee
27 #define PCI_DEVICE_ID_INTEL_ADLM 0x54ee
28 #define PCI_DEVICE_ID_INTEL_ADLS 0x7ae1
29 -#define PCI_DEVICE_ID_INTEL_RPL 0x460e
30 +#define PCI_DEVICE_ID_INTEL_RPL 0xa70e
31 #define PCI_DEVICE_ID_INTEL_RPLS 0x7a61
32 #define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1
33 #define PCI_DEVICE_ID_INTEL_MTL 0x7e7e