From 5f8f05b1b563808af86ec56862390ef1f0159146 Mon Sep 17 00:00:00 2001 From: Kun Liu Date: Fri, 14 Jul 2023 20:33:56 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76565 Reviewed-by: Kapil Porwal Tested-by: build bot (Jenkins) Reviewed-by: Simon Zhou Reviewed-by: Subrata Banik --- 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 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),