pci_quirks: add d1_support for clv usb otg
authorWu, Hao <hao.wu@intel.com>
Tue, 28 Feb 2012 08:17:59 +0000 (16:17 +0800)
committerbuildbot <buildbot@intel.com>
Tue, 20 Mar 2012 19:45:38 +0000 (12:45 -0700)
BZ: 24239

currently USB OTG in clv doesn't have d1_supported flag set in pci
pm cap register. Same as mfld, mid_pmu driver uses PCI_D1 for pci
power states transition, and need this quirk until we got pm cap
fixed in fw.

Change-Id: I07a5d63a02386d92c06c926d4f65a9a0f62408c9
Signed-off-by: Wu, Hao <hao.wu@intel.com>
Reviewed-on: http://android.intel.com:8080/36829
Reviewed-by: Meng, Zhe <zhe.meng@intel.com>
Tested-by: Meng, Zhe <zhe.meng@intel.com>
Reviewed-by: Tang, Richard <richard.tang@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
drivers/pci/quirks.c

index 5e6beff..128c4a2 100644 (file)
@@ -2856,6 +2856,7 @@ static void quirk_mfld_d1_support(struct pci_dev *dev)
 
 #ifdef CONFIG_USB_PENWELL_OTG
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x0829, quirk_mfld_d1_support);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0xE006, quirk_mfld_d1_support);
 #endif /*CONFIG_USB_PENWELL_OTG*/
 
 #ifdef CONFIG_SERIAL_MFD_HSU