#define PCI_DEVICE_ID_AMD_PROMONTORYA_3                        0x43ba
 #define PCI_DEVICE_ID_AMD_PROMONTORYA_2                        0x43bb
 #define PCI_DEVICE_ID_AMD_PROMONTORYA_1                        0x43bc
+#define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_1           0x161a
+#define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_2           0x161b
+#define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_3           0x161d
+#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_ASMEDIA_1042_XHCI                        0x1042
 #define PCI_DEVICE_ID_ASMEDIA_1042A_XHCI               0x1142
 #define PCI_DEVICE_ID_ASMEDIA_1142_XHCI                        0x1242
             pdev->device == PCI_DEVICE_ID_AMD_PROMONTORYA_4))
                xhci->quirks |= XHCI_NO_SOFT_RETRY;
 
+       if (pdev->vendor == PCI_VENDOR_ID_AMD &&
+           (pdev->device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_1 ||
+           pdev->device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_2 ||
+           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))
+               xhci->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW;
+
        if (xhci->quirks & XHCI_RESET_ON_RESUME)
                xhci_dbg_trace(xhci, trace_xhci_dbg_quirks,
                                "QUIRK: Resetting on resume");