]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
platform/x86: Add the VLV ISP PCI ID to atomisp2_pm
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 29 Nov 2018 17:44:44 +0000 (19:44 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 3 Dec 2018 19:40:03 +0000 (21:40 +0200)
If the ISP is exposed as a PCI device VLV machines need the
same treatment as CHV machines to power gate the ISP. Otherwise
s0ix will not work.

Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Darren Hart <dvhart@infradead.org>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/intel_atomisp2_pm.c

index 9371603a0ac90ca5f206e86f356f9e33b74814c2..4a2ec5eeb6d8a31f1b6271739255b20c12b7f38b 100644 (file)
@@ -99,6 +99,7 @@ static UNIVERSAL_DEV_PM_OPS(isp_pm_ops, isp_pci_suspend,
                            isp_pci_resume, NULL);
 
 static const struct pci_device_id isp_id_table[] = {
+       { PCI_VDEVICE(INTEL, 0x0f38), },
        { PCI_VDEVICE(INTEL, 0x22b8), },
        { 0, }
 };