From 9896215863121eb4f3ac341b67a0909ca98a1b07 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Fri, 20 Aug 2010 10:47:51 +0900 Subject: [PATCH] s5pc210: universal: Workaround set the MASSMEMORY_EN to low Signed-off-by: Kyungmin Park --- board/samsung/universal_c210/universal.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index dd3a2ae..c6d6484 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -61,8 +61,9 @@ int board_mmc_init(bd_t *bis) { int i; - if (s5p_no_mmc_support()) - return -1; + /* Workaround: set the low to enable LDO_EN */ + /* MASSMEMORY_EN: XMDMDATA_6: GPE3[6] */ + gpio_direction_output(&gpio1->gpio_e3, 6, 0); /* * eMMC GPIO: -- 2.7.4