Skip to content

Commit 04a63cd

Browse files
committed
drivers/intel/dtbt: Add Barlow Ridge IDs
Change-Id: I2ce092ee8344034fd6e6a3493d3be17ac4c471f3 Signed-off-by: Tim Crawford <[email protected]>
1 parent ac1929f commit 04a63cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/drivers/intel/dtbt/dtbt.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ static const unsigned short pci_device_ids[] = {
188188
TR_4C_BRG,
189189
MR_2C_BRG,
190190
MR_4C_BRG,
191+
BR_4_BRG,
192+
BR_5_BRG,
191193
0
192194
};
193195

src/drivers/intel/dtbt/dtbt.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
#define MR_4C_NHI 0x1137
3939
#define MR_4C_USB 0x1138
4040

41+
/* Barlow Ridge device IDs */
42+
#define BR_4_BRG 0x5783
43+
#define BR_5_BRG 0x5780
44+
4145
/* Security Levels */
4246
#define SEC_LEVEL_NONE 0
4347
#define SEC_LEVEL_USER 1

0 commit comments

Comments
 (0)