intel/sandybridge/gma: Add graphics PCI Device IDs 0x0162 and 0x0152

Change-Id: Ide0fd757cdd31a5b5ff184f7ab2d48e62ea50015
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: http://review.coreboot.org/10896
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Damien Zammit 2015-07-13 16:10:52 +10:00 committed by Patrick Georgi
parent b2ba3957e5
commit 3162a1db7a
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ static struct device_operations gma_func0_ops = {
static const unsigned short pci_device_ids[] = { 0x0102, 0x0106, 0x010a, 0x0112,
0x0116, 0x0122, 0x0126, 0x0156,
0x0166,
0x0166, 0x0162, 0x0152,
0 };
static const struct pci_driver gma __pci_driver = {