sh: Runtime PM pdev hwblk - kfr2r09 LCDC
authorMagnus Damm <damm@igel.co.jp>
Sat, 15 Aug 2009 03:02:08 +0000 (03:02 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 15 Aug 2009 04:00:31 +0000 (13:00 +0900)
This patch simply adds LCDC hwblk_id data for the kfr2r09 board.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-kfr2r09/setup.c

index c96533794c2697a06cb7cae5e5b815785855f672..f9ba43635dc1eb14af700819b0c8f2a5b975177d 100644 (file)
@@ -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 = {
This page took 0.027801 seconds and 5 git commands to generate.