Skip to content

Commit

Permalink
sh: Runtime PM pdev hwblk - kfr2r09 LCDC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Aug 15, 2009
1 parent 4b6b987 commit 963e04c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/sh/boards/mach-kfr2r09/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 963e04c

Please sign in to comment.