diff options
author | Kun Liu <liukun11@huaqin.corp-partner.google.com> | 2023-07-14 20:33:56 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-07-19 07:50:34 +0000 |
commit | 5f8f05b1b563808af86ec56862390ef1f0159146 (patch) | |
tree | 61a076481df61770a7d664eba70d5a6bd2c62597 /src/mainboard/google/rex | |
parent | c04d3ddbaef84746e6651e7354a81b874dbd3385 (diff) |
mb/google/rex/var/screebo: Change SD_CLKREQ_ODL from GPP_D19 to GPP_D18
Change SD_CLKREQ_ODL from GPP_D19 to GPP_D18
BUG=b:291051683
BRANCH=none
TEST=emerge-rex coreboot
Change-Id: Ic102e42482328580c5334e6ff036b774f5002e00
Signed-off-by: Kun Liu <liukun11@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76565
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Simon Zhou <zhouguohui@huaqin.corp-partner.google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/mainboard/google/rex')
-rw-r--r-- | src/mainboard/google/rex/variants/screebo/gpio.c | 6 |
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 7b24098cf6..4fbe66e1b8 100644 --- a/src/mainboard/google/rex/variants/screebo/gpio.c +++ b/src/mainboard/google/rex/variants/screebo/gpio.c @@ -181,9 +181,9 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_D16, NONE, DEEP, NF2), /* GPP_D17 : [] ==> I2S_SOC_RX_HP_TX */ PAD_CFG_NF(GPP_D17, NONE, DEEP, NF2), - /* GPP_D18 : net NC is not present in the given design */ - PAD_NC(GPP_D18, NONE), - /* GPP_D19 : [] ==> SD_CLKREQ_ODL */ + /* GPP_D18 : [] ==> SD_CLKREQ_ODL */ + PAD_CFG_NF(GPP_D18, NONE, DEEP, NF1), + /* GPP_D19 : [] ==> SOC_REC_SWITCH_ODL*/ PAD_CFG_NF(GPP_D19, NONE, DEEP, NF1), /* GPP_D20 : net NC is not present in the given design */ PAD_NC(GPP_D20, NONE), |