Shaik Sameeruddin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/70260 )
Change subject: brya/skolas: Disable Gpio of SD card Controller ......................................................................
brya/skolas: Disable Gpio of SD card Controller
Signed-off-by: Sameeruddin shaik shaik.sameeruddin@intel.com Change-Id: Iae41b7beca24a17383c552d18204509380aa87ce --- M src/mainboard/google/brya/variants/skolas/gpio.c 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/70260/1
diff --git a/src/mainboard/google/brya/variants/skolas/gpio.c b/src/mainboard/google/brya/variants/skolas/gpio.c index cab187a..1977d45 100644 --- a/src/mainboard/google/brya/variants/skolas/gpio.c +++ b/src/mainboard/google/brya/variants/skolas/gpio.c @@ -69,7 +69,7 @@ /* H11 : UART0_TXD ==> UART_PCH_TX_DBG_RX */ PAD_CFG_NF(GPP_H11, NONE, DEEP, NF2), /* H13 : I2C7_SCL ==> EN_PP3300_SD */ - PAD_NC(GPP_H13, UP_20K), + PAD_CFG_GPO(GPP_H13, 0, DEEP), };
/* Early pad configuration in bootblock for board id 2 */