mb/google/rex/var/screebo: Change GPIO of WIFI module

Follow baseboard Rex to make GPIO changes

BUG=b:286187821
TEST=Ability to enable and disable WIFI function in OS.

Change-Id: I805ce859c42c7c0a9d117418a80555658f844e09
Signed-off-by: Wentao Qin <qinwentao@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76551
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kun Liu <liukun11@huaqin.corp-partner.google.com>
Reviewed-by: Jakub Czapiga <jacz@semihalf.com>
This commit is contained in:
Wentao Qin 2023-07-18 20:50:22 +08:00 committed by Felix Held
parent c3529dd804
commit cecb7a75b8
1 changed files with 3 additions and 3 deletions

View File

@ -67,8 +67,8 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_GPO_LOCK(GPP_B08, 1, LOCK_CONFIG),
/* GPP_B09 : net NC is not present in the given design */
PAD_NC(GPP_B09, NONE),
/* GPP_B10 : net NC is not present in the given design */
PAD_NC(GPP_B10, NONE),
/* GPP_B10 : [] ==> WIFI_DISABLE_L */
PAD_CFG_GPO(GPP_B10, 1, DEEP),
/* GPP_B11 : [] ==> USB_C1_OC_ODL*/
PAD_CFG_NF_LOCK(GPP_B11, NONE, NF1, LOCK_CONFIG),
/* GPP_B12 : [] ==> SLP_SO_R_L */
@ -230,7 +230,7 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_E16, NONE),
/* GPP_E17 : net NC. Test pad. */
PAD_NC(GPP_E17, NONE),
/* GPP_E22 : [] ==> WIFI_DISABLE_L */
/* GPP_E22 : [] ==> EN_PP3300_WLAN */
PAD_CFG_GPO(GPP_E22, 1, DEEP),
/* GPP_F00 : [] ==> CNV_BRI_DT_R */