From: Jaehoon Chung Date: Thu, 25 Feb 2010 10:33:21 +0000 (+0900) Subject: s5pc110: geminus: modified movinand enable pin set X-Git-Tag: JB17_20100225~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=956abe171f9c10484b3dd4658c67da60515752e5;p=kernel%2Fu-boot.git s5pc110: geminus: modified movinand enable pin set Signed-off-by: Jaehoon Chung --- diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 11f9ee8..20504f4 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -2611,8 +2611,8 @@ int board_mmc_init(bd_t *bis) } if (machine_is_geminus()) { - gpio_cfg_pin(&s5pc110_gpio->gpio_j2, 7, 0x2); - gpio_set_pull(&s5pc110_gpio->gpio_j2, 7, GPIO_PULL_UP); + gpio_direction_output(&s5pc110_gpio->gpio_j2, 7, 1); + gpio_set_pull(&s5pc110_gpio->gpio_j2, 7, GPIO_PULL_NONE); } return s5pc1xx_mmc_init(0);