diff options
author | Tarun Tuli <taruntuli@google.com> | 2023-05-11 15:25:16 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-05-12 10:25:59 +0000 |
commit | b775d9e4b8ebe7979b66301d7890fec755b4b783 (patch) | |
tree | c03f07428a699bf1726f1c89112fac1fd9ef9a0c | |
parent | e9f4e56435a1c4904396577a0c031c91f7a64b15 (diff) |
mb/google/rex: Set WWAN_RF_DISABLE_ODL to NC
This signal isn't functionally being used and is causing leakage
during suspend. Set it to NC.
BUG=b:279762779
TEST=builds. WWAN functional.
Change-Id: I93f2b0a781e250678280b57e4ab1d80ef27ff460
Signed-off-by: Tarun Tuli <taruntuli@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75053
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
-rw-r--r-- | src/mainboard/google/rex/variants/rex0/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c index 71e99596ad..8e45149e86 100644 --- a/src/mainboard/google/rex/variants/rex0/gpio.c +++ b/src/mainboard/google/rex/variants/rex0/gpio.c @@ -29,7 +29,7 @@ static const struct pad_config gpio_table[] = { /* GPP_A13 : [] ==> SD_PE_LS_PRSNT_L */ PAD_CFG_GPI_LOCK(GPP_A13, NONE, LOCK_CONFIG), /* GPP_A14 : [] ==> WWAN_RF_DISABLE_ODL */ - PAD_CFG_GPO(GPP_A14, 1, DEEP), + PAD_NC_LOCK(GPP_A14, NONE, LOCK_CONFIG), /* GPP_A15 : [] ==> WWAN_RST_L */ PAD_CFG_GPO(GPP_A15, 1, DEEP), /* GPP_A16 : GPP_A16 ==> ESPI_SOC_ALERT_L configured on reset, do not touch */ |