diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/cyan/gpio.c | 2 | ||||
-rw-r--r-- | src/mainboard/google/cyan/gpio_pre_evt.c | 2 | ||||
-rwxr-xr-x | src/mainboard/intel/strago/gpio.c | 2 | ||||
-rw-r--r-- | src/mainboard/intel/strago/gpio_bcrd2.c | 2 | ||||
-rwxr-xr-x | src/mainboard/intel/strago/gpio_dvt.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/cyan/gpio.c b/src/mainboard/google/cyan/gpio.c index 8edbad6ade..3cd319d369 100644 --- a/src/mainboard/google/cyan/gpio.c +++ b/src/mainboard/google/cyan/gpio.c @@ -94,7 +94,7 @@ static const struct soc_gpio_map gpsw_gpio_map[] = { GPIO_NC, /* GPO FST_SPI_CS1_B */ Native_M1, /* 05 FST_SPI_D1 */ Native_M1, /* 06 FST_SPI_CS0_B */ - GPIO_OUT_HIGH, /* 07 FST_SPI_CS2_B */ + GPIO_NC, /* 07 FST_SPI_CS2_B */ GPIO_NC, /* 15 UART1_RTS_B */ Native_M2, /* 16 UART1_RXD */ GPIO_NC, /* 17 UART2_RXD */ diff --git a/src/mainboard/google/cyan/gpio_pre_evt.c b/src/mainboard/google/cyan/gpio_pre_evt.c index 2ccc5d5b2b..eb285acd3f 100644 --- a/src/mainboard/google/cyan/gpio_pre_evt.c +++ b/src/mainboard/google/cyan/gpio_pre_evt.c @@ -96,7 +96,7 @@ static const struct soc_gpio_map gpsw_gpio_map[] = { GPIO_NC, /* GPO FST_SPI_CS1_B */ Native_M1, /* 05 FST_SPI_D1 */ Native_M1, /* 06 FST_SPI_CS0_B */ - GPIO_OUT_HIGH, /* 07 FST_SPI_CS2_B */ + GPIO_NC, /* 07 FST_SPI_CS2_B */ GPIO_NC, /* 15 UART1_RTS_B */ Native_M2, /* 16 UART1_RXD */ GPIO_NC, /* 17 UART2_RXD */ diff --git a/src/mainboard/intel/strago/gpio.c b/src/mainboard/intel/strago/gpio.c index 53d903941a..3ca07e6802 100755 --- a/src/mainboard/intel/strago/gpio.c +++ b/src/mainboard/intel/strago/gpio.c @@ -96,7 +96,7 @@ static const struct soc_gpio_map gpsw_gpio_map[] = { GPIO_NC, /* GPO FST_SPI_CS1_B */ Native_M1, /* 05 FST_SPI_D1 */ Native_M1, /* 06 FST_SPI_CS0_B */ - GPIO_OUT_HIGH, /* 07 FST_SPI_CS2_B */ + GPIO_NC, /* 07 FST_SPI_CS2_B */ GPIO_NC, /* 15 UART1_RTS_B */ Native_M2, /* 16 UART1_RXD */ GPIO_NC, /* 17 UART2_RXD */ diff --git a/src/mainboard/intel/strago/gpio_bcrd2.c b/src/mainboard/intel/strago/gpio_bcrd2.c index 3a4123de2a..b63db0bf28 100644 --- a/src/mainboard/intel/strago/gpio_bcrd2.c +++ b/src/mainboard/intel/strago/gpio_bcrd2.c @@ -96,7 +96,7 @@ static const struct soc_gpio_map gpsw_gpio_map[] = { GPIO_NC, /* GPO FST_SPI_CS1_B */ Native_M1, /* 05 FST_SPI_D1 */ Native_M1, /* 06 FST_SPI_CS0_B */ - GPIO_OUT_HIGH, /* 07 FST_SPI_CS2_B */ + GPIO_NC, /* 07 FST_SPI_CS2_B */ GPIO_NC, /* 15 UART1_RTS_B */ Native_M2, /* 16 UART1_RXD */ GPIO_NC, /* 17 UART2_RXD */ diff --git a/src/mainboard/intel/strago/gpio_dvt.c b/src/mainboard/intel/strago/gpio_dvt.c index 3c13f45487..920c9d4e1f 100755 --- a/src/mainboard/intel/strago/gpio_dvt.c +++ b/src/mainboard/intel/strago/gpio_dvt.c @@ -94,7 +94,7 @@ static const struct soc_gpio_map gpsw_gpio_map[] = { GPIO_NC, /* GPO FST_SPI_CS1_B */ Native_M1, /* 05 FST_SPI_D1 */ Native_M1, /* 06 FST_SPI_CS0_B */ - GPIO_OUT_HIGH, /* 07 FST_SPI_CS2_B */ + GPIO_NC, /* 07 FST_SPI_CS2_B */ GPIO_NC, /* 15 UART1_RTS_B */ Native_M2, /* 16 UART1_RXD */ GPIO_NC, /* 17 UART2_RXD */ |