summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorVicki Pfau <vi@endrift.com>2023-08-28 13:57:34 -0700
committerCristian Ciocaltea <cristian.ciocaltea@collabora.com>2023-09-11 23:31:41 +0300
commita4904c47fcd7fc9152b6b04409feac1130e2033d (patch)
tree1c75480f151a54304c90aeb58864f80d0b4fca06 /include
parentb049538b926da3c157cc204234a6d30de477316b (diff)
downloadlinux-a4904c47fcd7fc9152b6b04409feac1130e2033d.tar.gz
PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device
The AMD VanGogh SoC contains a DesignWare USB3 Dual-Role Device that can be
operated as either a USB Host or a USB Device, similar to on the AMD Nolan
platform. A quirk was previously added to let the dwc3 driver claim the device
since it provides more specific support. This commit extends that quirk to
include the equivalent PID for the VanGogh SoC.

Signed-off-by: Vicki Pfau <vi@endrift.com>
(cherry picked from commit ca73d16a680ceadfba501f75e6ffc922fc5c7a19)
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 95f33dadb2be..b76ff0850618 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -568,6 +568,7 @@
 #define PCI_DEVICE_ID_AMD_19H_M60H_DF_F3 0x14e3
 #define PCI_DEVICE_ID_AMD_19H_M70H_DF_F3 0x14f3
 #define PCI_DEVICE_ID_AMD_19H_M78H_DF_F3 0x12fb
+#define PCI_DEVICE_ID_AMD_VANGOGH_USB	0x163a
 #define PCI_DEVICE_ID_AMD_CNB17H_F3	0x1703
 #define PCI_DEVICE_ID_AMD_LANCE		0x2000
 #define PCI_DEVICE_ID_AMD_LANCE_HOME	0x2001