From: Jaehoon Chung Date: Thu, 25 Feb 2010 10:18:59 +0000 (+0900) Subject: s5pc110: geminus: set moivnand enable pin X-Git-Tag: JB17_20100225~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc8ceb98aa411d1d56a503f6eee68a6ecf94eee2;p=kernel%2Fu-boot.git s5pc110: geminus: set moivnand enable pin Signed-off-by: Jaehoon Chung --- diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 43f5a8b..11f9ee8 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -2610,6 +2610,11 @@ int board_mmc_init(bd_t *bis) gpio_set_drv(&s5pc110_gpio->gpio_g0, i, GPIO_DRV_4X); } + if (machine_is_geminus()) { + gpio_cfg_pin(&s5pc110_gpio->gpio_j2, 7, 0x2); + gpio_set_pull(&s5pc110_gpio->gpio_j2, 7, GPIO_PULL_UP); + } + return s5pc1xx_mmc_init(0); } #endif