diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/constitution/gpio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/brya/variants/constitution/gpio.c b/src/mainboard/google/brya/variants/constitution/gpio.c index 90b363b3cc..6ad88ff541 100644 --- a/src/mainboard/google/brya/variants/constitution/gpio.c +++ b/src/mainboard/google/brya/variants/constitution/gpio.c @@ -29,10 +29,6 @@ static const struct pad_config override_gpio_table[] = { PAD_NC_LOCK(GPP_D9, NONE, LOCK_CONFIG), /* D10 : ISH_SPI_CS# ==> NC */ PAD_NC_LOCK(GPP_D10, NONE, LOCK_CONFIG), - /* D11 : ISH_SPI_MISO ==> NC */ - PAD_NC_LOCK(GPP_D11, NONE, LOCK_CONFIG), - /* D12 : ISH_SPI_MOSI ==> NC */ - PAD_NC_LOCK(GPP_D12, NONE, LOCK_CONFIG), /* D13 : ISH_UART0_RXD ==> PCH_I2C_U3A0_SDA */ PAD_CFG_NF_LOCK(GPP_D13, NONE, NF3, LOCK_CONFIG), /* D14 : ISH_UART0_TXD ==> PCH_I2C_U3A0_SCL */ |