diff options
author | Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> | 2021-01-21 17:01:42 +0900 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-28 09:19:20 +0000 |
commit | e9fed766df9ebc6b9e0806d42be9a343f26f5011 (patch) | |
tree | b5d4b84db3a70cfef1d3bb5d07ae5c2658f2698c /src/mainboard | |
parent | 73c967665b6347490a22371c558f34c022836181 (diff) |
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 <sh_.kim@samsung.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49791
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jamie Chen <jamie.chen@intel.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/dedede/variants/sasuke/gpio.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |