From e9fed766df9ebc6b9e0806d42be9a343f26f5011 Mon Sep 17 00:00:00 2001 From: Seunghwan Kim Date: Thu, 21 Jan 2021 17:01:42 +0900 Subject: mb/google/dedede/var/sasuke: Configure GPP_G7 as native Configuring GPP_G7 as NC causes SD card detection issue on sasuke. So we'd like to remove the GPP_G7 override and keep the baseboard configuration as native function (SDIO_WP). BUG=b:175831709 BRANCH=firmware-dedede-13606.B TEST=Built and verified SDR104 SD card operation on sasuke Change-Id: If73337b482f04fd263caaa6fed0e54aa87bd876e Signed-off-by: Seunghwan Kim Reviewed-on: https://review.coreboot.org/c/coreboot/+/49791 Tested-by: build bot (Jenkins) Reviewed-by: Jamie Chen Reviewed-by: Karthik Ramasubramanian --- src/mainboard/google/dedede/variants/sasuke/gpio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/dedede/variants/sasuke/gpio.c b/src/mainboard/google/dedede/variants/sasuke/gpio.c index 3654973bd7..8747b806b5 100644 --- a/src/mainboard/google/dedede/variants/sasuke/gpio.c +++ b/src/mainboard/google/dedede/variants/sasuke/gpio.c @@ -48,9 +48,6 @@ static const struct pad_config gpio_table[] = { /* E2 : CLK_24M_WCAM ==> NC */ PAD_NC(GPP_E2, NONE), - /* G7 : SD_SDIO_WP ==> NC */ - PAD_NC(GPP_G7, NONE), - /* H4 : AP_I2C_TS_SDA ==> NC */ PAD_NC(GPP_H4, NONE), /* H5 : AP_I2C_TS_SCL ==> NC */ -- cgit v1.2.3