mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
The workaround for missing CAS bit is also needed for xHC on Intel sunrisepoint PCH. For more details see: Intel 100/c230 series PCH specification update Doc #332692-006 Errata #8 Cc: <stable@vger.kernel.org> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f2924d4b16
commit
ffe84e01bb
@ -185,6 +185,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
|
|||||||
}
|
}
|
||||||
if (pdev->vendor == PCI_VENDOR_ID_INTEL &&
|
if (pdev->vendor == PCI_VENDOR_ID_INTEL &&
|
||||||
(pdev->device == PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI ||
|
(pdev->device == PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI ||
|
||||||
|
pdev->device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_XHCI ||
|
||||||
|
pdev->device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI ||
|
||||||
pdev->device == PCI_DEVICE_ID_INTEL_APL_XHCI ||
|
pdev->device == PCI_DEVICE_ID_INTEL_APL_XHCI ||
|
||||||
pdev->device == PCI_DEVICE_ID_INTEL_DNV_XHCI))
|
pdev->device == PCI_DEVICE_ID_INTEL_DNV_XHCI))
|
||||||
xhci->quirks |= XHCI_MISSING_CAS;
|
xhci->quirks |= XHCI_MISSING_CAS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user