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>
This commit is contained in:
Damien Lespiau 2015-05-15 19:37:12 +01:00
parent d819b7ee35
commit 5253af92ad

View File

@ -207,9 +207,8 @@ void intel_check_pch(void);
#define PCI_CHIP_SKYLAKE_WKS_GT2 0x191D #define PCI_CHIP_SKYLAKE_WKS_GT2 0x191D
#define PCI_CHIP_BROXTON_0 0x0A84 #define PCI_CHIP_BROXTON_0 0x0A84
#define PCI_CHIP_BROXTON_1 0x0A85 #define PCI_CHIP_BROXTON_1 0x1A84
#define PCI_CHIP_BROXTON_2 0x0A86 #define PCI_CHIP_BROXTON_2 0x5A84
#define PCI_CHIP_BROXTON_3 0x0A87
#endif /* __GTK_DOC_IGNORE__ */ #endif /* __GTK_DOC_IGNORE__ */
@ -397,8 +396,7 @@ void intel_check_pch(void);
#define IS_BROXTON(devid) ((devid) == PCI_CHIP_BROXTON_0 || \ #define IS_BROXTON(devid) ((devid) == PCI_CHIP_BROXTON_0 || \
(devid) == PCI_CHIP_BROXTON_1 || \ (devid) == PCI_CHIP_BROXTON_1 || \
(devid) == PCI_CHIP_BROXTON_2 || \ (devid) == PCI_CHIP_BROXTON_2)
(devid) == PCI_CHIP_BROXTON_3)
#define IS_GEN9(devid) (IS_SKYLAKE(devid) || IS_BROXTON(devid)) #define IS_GEN9(devid) (IS_SKYLAKE(devid) || IS_BROXTON(devid))