From a04d37ccb3263994d28db6c586cf51611f139ba1 Mon Sep 17 00:00:00 2001 From: Stanley Wu Date: Sat, 20 Feb 2021 14:37:21 +0800 Subject: [PATCH] mb/google/dedede/var/boten: Configure GPP_G7 as native Configuring GPP_G7 as NC causes SD card detection issue. Remove the GPP_G7 override and keep the baseboard configuration as native function (SDIO_WP). BUG=b:179733306 BRANCH=firmware-dedede-13606.B TEST=Built and verified Kingston 64G SD card operation on boten Change-Id: Ied319437de0e867ee9821d0151ff0c76834c4726 Signed-off-by: Stanley Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/50977 Tested-by: build bot (Jenkins) Reviewed-by: Karthik Ramasubramanian --- src/mainboard/google/dedede/variants/boten/gpio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mainboard/google/dedede/variants/boten/gpio.c b/src/mainboard/google/dedede/variants/boten/gpio.c index dc71295361..ee3a4e3fad 100644 --- a/src/mainboard/google/dedede/variants/boten/gpio.c +++ b/src/mainboard/google/dedede/variants/boten/gpio.c @@ -50,9 +50,6 @@ static const struct pad_config gpio_table[] = { /* E11 : AP_I2C_SUB_INT_ODL */ PAD_CFG_GPI_INT(GPP_E11, NONE, PLTRST, EDGE_BOTH), - /* G7 : SD_SDIO_WP */ - PAD_NC(GPP_G7, NONE), - /* H6 : AP_I2C_CAM_SDA */ PAD_NC(GPP_H6, NONE), /* H7 : AP_I2C_CAM_SCL */