From: Guennadi Liakhovetski Date: Fri, 15 Apr 2011 18:30:55 +0000 (+0000) Subject: sh: add MMCIF runtime PM support on ecovec X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=52b96c2592e8fdb93231c9644b68112518916a57;p=mv-sheeva.git sh: add MMCIF runtime PM support on ecovec Signed-off-by: Guennadi Liakhovetski Cc: Simon Horman Cc: Magnus Damm Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index bb13d0e1b96..3a32741cc0a 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -885,6 +885,9 @@ static struct platform_device sh_mmcif_device = { }, .num_resources = ARRAY_SIZE(sh_mmcif_resources), .resource = sh_mmcif_resources, + .archdata = { + .hwblk_id = HWBLK_MMC, + }, }; #endif