summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board_enable.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index 1a5deca..0c2b002 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -978,6 +978,20 @@ struct board_pciid_enable board_pciid_enables[] = {
.enable = w83627thf_gpio4_4_raise_2e,
},
{
+ .first_vendor = 0x1039,
+ .first_device = 0x5513,
+ .first_card_vendor = 0x8086,
+ .first_card_device = 0xd61f,
+ .second_vendor = 0x1039,
+ .second_device = 0x6330,
+ .second_card_vendor = 0x8086,
+ .second_card_device = 0xd61f,
+ .lb_vendor = NULL,
+ .lb_part = NULL,
+ .name = "Intel Desktop Board D201GLY",
+ .enable = wbsio_check_for_spi,
+ },
+ {
.first_vendor = 0,
.first_device = 0,
.first_card_vendor = 0,
OpenPOWER on IntegriCloud