From cecb7a75b8b466a3f50700d098ebdbd3ff131a54 Mon Sep 17 00:00:00 2001 From: Wentao Qin Date: Tue, 18 Jul 2023 20:50:22 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76551 Reviewed-by: Subrata Banik Reviewed-by: Kapil Porwal Tested-by: build bot (Jenkins) Reviewed-by: Kun Liu Reviewed-by: Jakub Czapiga --- src/mainboard/google/rex/variants/screebo/gpio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/google/rex/variants/screebo/gpio.c b/src/mainboard/google/rex/variants/screebo/gpio.c index 4fbe66e1b8..8ca890416c 100644 --- a/src/mainboard/google/rex/variants/screebo/gpio.c +++ b/src/mainboard/google/rex/variants/screebo/gpio.c @@ -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 */