[coreboot-gerrit] Patch set updated for coreboot: google/reef: Update gpio config for audio

HARSHAPRIYA N (harshapriya.n@intel.com) gerrit at coreboot.org
Tue Jul 19 23:42:16 CEST 2016


HARSHAPRIYA N (harshapriya.n at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15433

-gerrit

commit fdb4c0322cca0e0318f3ef5aa149d724e25c0ea8
Author: Sathyanarayana Nujella <sathyanarayana.nujella at intel.com>
Date:   Thu Jun 16 14:34:30 2016 -0700

    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.
    
    Change-Id: Id33ad29e637bf1fe6b02e8a4b0fd9e220e8983e7
    Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella at intel.com>
---
 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 2c11adb..ca8971a 100644
--- a/src/mainboard/google/reef/gpio.h
+++ b/src/mainboard/google/reef/gpio.h
@@ -214,7 +214,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 */
 



More information about the coreboot-gerrit mailing list