Ravishankar Sarawadi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72881 )
Change subject: [TEST]: Audio BT Off load ......................................................................
[TEST]: Audio BT Off load
Signed-off-by: Ravi Sarawadi ravishankar.sarawadi@intel.com Change-Id: I46e9702add37464122ffc78826ebf8a6c5b5b07c --- M src/mainboard/google/rex/variants/rex0/gpio.c 1 file changed, 23 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/72881/1
diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c index 23732f2..150ea2e 100644 --- a/src/mainboard/google/rex/variants/rex0/gpio.c +++ b/src/mainboard/google/rex/variants/rex0/gpio.c @@ -320,13 +320,13 @@ PAD_CFG_NF(GPP_H22, NONE, DEEP, NF1),
/* GPP_S00 : [] ==> SDW_HP_CLK */ - PAD_CFG_NF(GPP_S00, NONE, DEEP, NF1), + PAD_CFG_NF(GPP_S00, NONE), /* GPP_S01 : [] ==> SDW_HP_DATA */ - PAD_CFG_NF(GPP_S01, NONE, DEEP, NF1), + PAD_CFG_NF(GPP_S01, NONE), /* GPP_S02 : [] ==> DMIC_SOC_CLK0_DB_RC */ - PAD_CFG_NF(GPP_S02, NONE, DEEP, NF3), + PAD_CFG_NF(GPP_S02, NONE), /* GPP_S03 : [] ==> DMIC_SOC_DATA0_DB_R */ - PAD_CFG_NF(GPP_S03, NONE, DEEP, NF3), + PAD_CFG_NF(GPP_S03, NONE), /* GPP_S04 : [] ==> SDW_SPKR_CLK */ PAD_CFG_NF(GPP_S04, NONE, DEEP, NF1), /* GPP_S05 : [] ==> SDW_SPKR_DATA */ @@ -366,6 +366,15 @@ PAD_CFG_GPO(GPP_V22, 0, DEEP), /* GPP_V23 : [] ==> UCAM_RST_L */ PAD_CFG_GPO(GPP_V23, 0, DEEP), + + PAD_CFG_NF(GPP_VGPIO30, NONE, DEEP, NF3), /* BT_I2S_BCLK */ + PAD_CFG_NF(GPP_VGPIO31, NONE, DEEP, NF3), /* BT_I2S_SYNC */ + PAD_CFG_NF(GPP_VGPIO32, NONE, DEEP, NF3), /* BT_I2S_SDO */ + PAD_CFG_NF(GPP_VGPIO33, NONE, DEEP, NF3), /* BT_I2S_SDI */ + PAD_CFG_NF(GPP_VGPIO34, NONE, DEEP, NF1), /* SSP2_SCLK */ + PAD_CFG_NF(GPP_VGPIO35, NONE, DEEP, NF1), /* SSP2_SFRM */ + PAD_CFG_NF(GPP_VGPIO36, NONE, DEEP, NF1), /* SSP_TXD */ + PAD_CFG_NF(GPP_VGPIO37, NONE, DEEP, NF1), /* SSP_RXD */ };
/* Early pad configuration in bootblock */