From: Magnus Damm Date: Sat, 15 Aug 2009 03:02:08 +0000 (+0000) Subject: sh: Runtime PM pdev hwblk - kfr2r09 LCDC X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=963e04cafbf001ec431025a46ec246ae6d89daba;p=deliverable%2Flinux.git sh: Runtime PM pdev hwblk - kfr2r09 LCDC This patch simply adds LCDC hwblk_id data for the kfr2r09 board. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index c96533794c26..f9ba43635dc1 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c @@ -176,6 +176,9 @@ static struct platform_device kfr2r09_sh_lcdc_device = { .dev = { .platform_data = &kfr2r09_sh_lcdc_info, }, + .archdata = { + .hwblk_id = HWBLK_LCDC, + }, }; static struct platform_device *kfr2r09_devices[] __initdata = {