mb/google/volteer/variants/eldrid: Configure GPP_S4 and GPP_S5
GPP_S4 and GPP_S5 use as DMIC pins that need to be defined as NF2 BUG=b:168564129 Signed-off-by: nick_xr_chen <nick_xr_chen@wistron.corp-partner.google.com> Change-Id: Ia1fca960ac85f253882f0aa68b370eed49ac67b7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45689 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> Reviewed-by: Ravishankar Sarawadi <ravishankar.sarawadi@intel.com>
This commit is contained in:
parent
1f2c59b099
commit
0d5ac7440a
|
@ -154,9 +154,9 @@ static const struct pad_config override_gpio_table[] = {
|
|||
/* S1 : SNDW0_DATA ==> SNDW0_HP_DATA_R */
|
||||
PAD_CFG_NF(GPP_S1, NONE, DEEP, NF1),
|
||||
/* S4 : SNDW2_CLK ==> PCH_DMIC_CAM_SCL_R */
|
||||
PAD_CFG_NF(GPP_S4, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_S4, NONE, DEEP, NF2),
|
||||
/* S5 : SNDW2_DATA ==> PCH_DMIC_CAM_SDA_R */
|
||||
PAD_CFG_NF(GPP_S5, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_S5, NONE, DEEP, NF2),
|
||||
|
||||
/* GPD9: SLP_WLAN# ==> SLP_WLAN_L */
|
||||
PAD_CFG_NF(GPD9, NONE, DEEP, NF1),
|
||||
|
|
Loading…
Reference in New Issue