summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2019-03-11 14:26:58 +0800
committerFugang Duan <fugang.duan@nxp.com>2019-03-18 14:47:40 +0800
commiteecbfdc9ecf08bb6e37f145e9ca446188d902e6f (patch)
tree23072ea51bea589ff3e32deec5665d990d59582a /drivers/pci
parent94d1331e9efc7a4d3941b4d866bcfda4a0c06da9 (diff)
MLK-21163 PCI: enable cyw4356 D3 mode
Remove the quirk for disable cyw4356 D3 mode since current FW already support it. This revert the commit 28db0ac248b3("MLK-20716 PCI: add quirk for cyw4356 to disable D3 mode") Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/quirks.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 351da992e7ca..bdc107c8d883 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -1173,10 +1173,6 @@ DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_AL, PCI_ANY_ID,
occur when mode detecting */
DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_VIA, PCI_ANY_ID,
PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
-/* Quirk the CYW4356 WIFI chip because the firmware still doesn't support
- D3 mode */
-DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_BROADCOM, 0x43ec,
- PCI_CLASS_NETWORK_OTHER, 8, quirk_no_ata_d3);
/* This was originally an Alpha specific thing, but it really fits here.
* The i82375 PCI/EISA bridge appears as non-classified. Fix that.