diff options
Diffstat (limited to 'src/mainboard/google/reef/gpio.h')
-rw-r--r-- | src/mainboard/google/reef/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/gpio.h b/src/mainboard/google/reef/gpio.h index d134a74b00..88f5cdc656 100644 --- a/src/mainboard/google/reef/gpio.h +++ b/src/mainboard/google/reef/gpio.h @@ -213,7 +213,7 @@ static const struct pad_config gpio_table[] = { /* I2S1 -- largely unused */ PAD_CFG_GPI(GPIO_74, UP_20K, DEEP), /* I2S1_MCLK */ PAD_CFG_GPI(GPIO_75, UP_20K, DEEP), /* I2S1_BCLK -- PCH_WP */ - PAD_CFG_GPI(GPIO_76, UP_20K, DEEP), /* I2S1_WS_SYNC */ + PAD_CFG_GPO(GPIO_76, 0, DEEP), /* I2S1_WS_SYNC -- SPK_PA_EN */ PAD_CFG_GPI(GPIO_77, UP_20K, DEEP), /* I2S1_SDI */ PAD_CFG_GPI(GPIO_78, UP_20K, DEEP), /* I2S1_SDO */ |