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>
This commit is contained in:
Kun Liu 2023-07-14 20:33:56 +08:00 committed by Subrata Banik
parent c04d3ddbae
commit 5f8f05b1b5
1 changed files with 3 additions and 3 deletions

View File

@ -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),