summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/asus/p8x7x-series/variants/p8z77-m/gpio.c3
-rw-r--r--src/mainboard/asus/p8x7x-series/variants/p8z77-m_pro/gpio.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/asus/p8x7x-series/variants/p8z77-m/gpio.c b/src/mainboard/asus/p8x7x-series/variants/p8z77-m/gpio.c
index c1012e3f82..2c71c6adc4 100644
--- a/src/mainboard/asus/p8x7x-series/variants/p8z77-m/gpio.c
+++ b/src/mainboard/asus/p8x7x-series/variants/p8z77-m/gpio.c
@@ -50,7 +50,7 @@ static const struct pch_gpio_set1 pch_gpio_set1_direction = {
.gpio17 = GPIO_DIR_INPUT,
.gpio21 = GPIO_DIR_INPUT,
.gpio24 = GPIO_DIR_OUTPUT,
- .gpio27 = GPIO_DIR_INPUT,
+ .gpio27 = GPIO_DIR_OUTPUT,
.gpio28 = GPIO_DIR_OUTPUT,
.gpio29 = GPIO_DIR_OUTPUT,
.gpio31 = GPIO_DIR_OUTPUT,
@@ -61,6 +61,7 @@ static const struct pch_gpio_set1 pch_gpio_set1_level = {
.gpio12 = GPIO_LEVEL_LOW,
.gpio15 = GPIO_LEVEL_LOW,
.gpio24 = GPIO_LEVEL_LOW,
+ .gpio27 = GPIO_LEVEL_HIGH,
.gpio28 = GPIO_LEVEL_LOW,
.gpio29 = GPIO_LEVEL_HIGH,
.gpio31 = GPIO_LEVEL_HIGH,
diff --git a/src/mainboard/asus/p8x7x-series/variants/p8z77-m_pro/gpio.c b/src/mainboard/asus/p8x7x-series/variants/p8z77-m_pro/gpio.c
index 2455bd6711..da76f78d41 100644
--- a/src/mainboard/asus/p8x7x-series/variants/p8z77-m_pro/gpio.c
+++ b/src/mainboard/asus/p8x7x-series/variants/p8z77-m_pro/gpio.c
@@ -50,7 +50,7 @@ static const struct pch_gpio_set1 pch_gpio_set1_direction = {
.gpio17 = GPIO_DIR_INPUT,
.gpio21 = GPIO_DIR_INPUT,
.gpio24 = GPIO_DIR_OUTPUT,
- .gpio27 = GPIO_DIR_INPUT,
+ .gpio27 = GPIO_DIR_OUTPUT,
.gpio28 = GPIO_DIR_OUTPUT,
.gpio29 = GPIO_DIR_OUTPUT,
.gpio31 = GPIO_DIR_OUTPUT,
@@ -61,6 +61,7 @@ static const struct pch_gpio_set1 pch_gpio_set1_level = {
.gpio12 = GPIO_LEVEL_LOW,
.gpio15 = GPIO_LEVEL_LOW,
.gpio24 = GPIO_LEVEL_LOW,
+ .gpio27 = GPIO_LEVEL_HIGH,
.gpio28 = GPIO_LEVEL_LOW,
.gpio29 = GPIO_LEVEL_HIGH,
.gpio31 = GPIO_LEVEL_HIGH,