summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-05-15 19:37:12 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2015-05-18 16:25:25 +0100
commit5253af92ad6811d7c02b75355b3a47a60961b60a (patch)
tree530823d447c74b8e612f2686ebbe0cd63af9a25c /lib/intel_chipset.h
parentd819b7ee358de3972ee453221a4c2c99decb5c32 (diff)
lib/bxt: Update the Broxton PCI IDs
Cc: Imre Deak <imre.deak@intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'lib/intel_chipset.h')
-rw-r--r--lib/intel_chipset.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index 37554e64..7f611ed1 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -207,9 +207,8 @@ void intel_check_pch(void);
#define PCI_CHIP_SKYLAKE_WKS_GT2 0x191D
#define PCI_CHIP_BROXTON_0 0x0A84
-#define PCI_CHIP_BROXTON_1 0x0A85
-#define PCI_CHIP_BROXTON_2 0x0A86
-#define PCI_CHIP_BROXTON_3 0x0A87
+#define PCI_CHIP_BROXTON_1 0x1A84
+#define PCI_CHIP_BROXTON_2 0x5A84
#endif /* __GTK_DOC_IGNORE__ */
@@ -397,8 +396,7 @@ void intel_check_pch(void);
#define IS_BROXTON(devid) ((devid) == PCI_CHIP_BROXTON_0 || \
(devid) == PCI_CHIP_BROXTON_1 || \
- (devid) == PCI_CHIP_BROXTON_2 || \
- (devid) == PCI_CHIP_BROXTON_3)
+ (devid) == PCI_CHIP_BROXTON_2)
#define IS_GEN9(devid) (IS_SKYLAKE(devid) || IS_BROXTON(devid))