From 75dfe964cbe01ec089e4e3d470a86835776fe248 Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Tue, 31 Jul 2012 08:59:30 +0000 Subject: u8500: Enabling power to MMC device on AB8500 V2 Register mapping has changed on power control chip between the first and second revision. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby Signed-off-by: Tom Rini --- board/st-ericsson/snowball/snowball.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'board/st-ericsson/snowball') diff --git a/board/st-ericsson/snowball/snowball.c b/board/st-ericsson/snowball/snowball.c index 7c3e08c..67fc5df 100644 --- a/board/st-ericsson/snowball/snowball.c +++ b/board/st-ericsson/snowball/snowball.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "db8500_pins.h" @@ -249,5 +250,9 @@ int board_late_init(void) if ((raise_ab8500_gpio16() < 0)) printf("error: cant' raise GPIO16\n"); +#ifdef CONFIG_MMC + u8500_mmc_power_init(); +#endif /* CONFIG_MMC */ + return 0; } -- cgit v1.1