aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorWentao Qin <qinwentao@huaqin.corp-partner.google.com>2023-07-18 20:50:22 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-07-20 15:01:04 +0000
commitcecb7a75b8b466a3f50700d098ebdbd3ff131a54 (patch)
treee51fa6e2d761a0face52fc74e39e1fe7ef233874 /src/mainboard
parentc3529dd804551a9afc9f246cca4532d4e5a4adeb (diff)
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/rex/variants/screebo/gpio.c6
1 files 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 */