summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorStanley Wu <stanley1.wu@lcfc.corp-partner.google.com>2021-02-20 14:37:21 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-02-24 11:28:38 +0000
commita04d37ccb3263994d28db6c586cf51611f139ba1 (patch)
tree2afb1ad743b1bba9979d17db2cb192601556f129 /src/mainboard
parentb238caaacad022a15bb3d9b46f582dc58aac786b (diff)
downloadcoreboot-a04d37ccb3263994d28db6c586cf51611f139ba1.tar.xz
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 <stanley1.wu@lcfc.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50977 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/dedede/variants/boten/gpio.c3
1 files changed, 0 insertions, 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 */