From: Minkyu Kang Date: Thu, 14 Jan 2010 11:35:46 +0000 (+0900) Subject: s5pc1xx: mmc: set gpio drv X-Git-Tag: JA04_20100116~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8319ed0d8e646c0c9dcf25bdefe069b7c645cd9c;p=kernel%2Fu-boot.git s5pc1xx: mmc: set gpio drv Signed-off-by: Minkyu Kang --- 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);