From 9db5cc93b85c7113c051084d70b1c8a0927d8849 Mon Sep 17 00:00:00 2001 From: Sathyanarayana Nujella Date: Thu, 16 Jun 2016 14:34:30 -0700 Subject: [PATCH] UPSTREAM: google/reef: Update gpio config for audio This changelist updates gpio config for speaker SDMODE pin. It disables speaker by default. Audio kernel is expected to enable this when audio rendering starts. BUG=None BRANCH=None TEST=None Change-Id: Id33ad29e637bf1fe6b02e8a4b0fd9e220e8983e7 Original-Signed-off-by: Sathyanarayana Nujella Original-Reviewed-on: https://review.coreboot.org/15433 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Aaron Durbin Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/362841 Reviewed-by: Furquan Shaikh --- src/mainboard/google/reef/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */