#define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_4           0x161e
 #define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_5           0x15d6
 #define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_6           0x15d7
+#define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_7           0x161c
+#define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_8           0x161f
 
 #define PCI_DEVICE_ID_ASMEDIA_1042_XHCI                        0x1042
 #define PCI_DEVICE_ID_ASMEDIA_1042A_XHCI               0x1142
            pdev->device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_3 ||
            pdev->device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_4 ||
            pdev->device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_5 ||
-           pdev->device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_6))
+           pdev->device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_6 ||
+           pdev->device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_7 ||
+           pdev->device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_8))
                xhci->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW;
 
        if (xhci->quirks & XHCI_RESET_ON_RESUME)