We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cba9e commit e6cf0b0Copy full SHA for e6cf0b0
src/x86/tgl_fsp.c
@@ -1338,19 +1338,6 @@ static const struct tgl_gpio_conf gpio_table[] = {
1338
.gpio_interrupt = GPIO_INTERRUPT_DISABLE,
1339
.gpio_reset = GPIO_RESET_HOSTDEEPRESET,
1340
.gpio_term = GPIO_TERM_NONE},
1341
- {.gpio =
1342
- {
1343
- /* PLD_WDT_IRQ0 */
1344
- .comm_port_id = GPIO_COMM_1_PORT_ID,
1345
- .cfg_offset = GPIO_GPPC_D1_CFG_OFF,
1346
- },
1347
- .flags = (GPIO_SET_MODE | GPIO_SET_DIRECTION | GPIO_SET_INTERRUPT |
1348
- GPIO_SET_RESET | GPIO_SET_TERM),
1349
- .gpio_mode = GPIO_MODE_GPIO,
1350
- .gpio_dir = GPIO_DIR_INPUT,
1351
- .gpio_interrupt = GPIO_INTERRUPT_DISABLE,
1352
- .gpio_reset = GPIO_RESET_HOSTDEEPRESET,
1353
- .gpio_term = GPIO_TERM_NONE},
1354
{.gpio =
1355
{
1356
/* PLD_WDT_IRQ1 */
0 commit comments