Skip to content

Commit e6cf0b0

Browse files
committed
fsp: tgl: remove duplicate GPIO
1 parent a3cba9e commit e6cf0b0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/x86/tgl_fsp.c

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,19 +1338,6 @@ static const struct tgl_gpio_conf gpio_table[] = {
13381338
.gpio_interrupt = GPIO_INTERRUPT_DISABLE,
13391339
.gpio_reset = GPIO_RESET_HOSTDEEPRESET,
13401340
.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},
13541341
{.gpio =
13551342
{
13561343
/* PLD_WDT_IRQ1 */

0 commit comments

Comments
 (0)