From 8319ed0d8e646c0c9dcf25bdefe069b7c645cd9c Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Thu, 14 Jan 2010 20:35:46 +0900 Subject: [PATCH] s5pc1xx: mmc: set gpio drv Signed-off-by: Minkyu Kang --- board/samsung/universal/universal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index fbbf05f..e4b940f 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -2043,6 +2043,8 @@ int board_mmc_init(bd_t *bis) gpio_cfg_pin(&s5pc110_gpio->gpio_g0, i, 0x2); /* GPG0[0:6] pull disable */ gpio_set_pull(&s5pc110_gpio->gpio_g0, i, GPIO_PULL_NONE); + /* GPG0[0:6] drv 4x */ + gpio_set_drv(&s5pc110_gpio->gpio_g0, i, GPIO_DRV_4x); } return s5pc1xx_mmc_init(0); -- 2.7.4