From bc8ceb98aa411d1d56a503f6eee68a6ecf94eee2 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 25 Feb 2010 19:18:59 +0900 Subject: [PATCH] s5pc110: geminus: set moivnand enable pin Signed-off-by: Jaehoon Chung --- board/samsung/universal/universal.c | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4