Commit 963e04ca authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt

sh: Runtime PM pdev hwblk - kfr2r09 LCDC

This patch simply adds LCDC hwblk_id data for the kfr2r09 board.
Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 4b6b9879
...@@ -176,6 +176,9 @@ static struct platform_device kfr2r09_sh_lcdc_device = { ...@@ -176,6 +176,9 @@ static struct platform_device kfr2r09_sh_lcdc_device = {
.dev = { .dev = {
.platform_data = &kfr2r09_sh_lcdc_info, .platform_data = &kfr2r09_sh_lcdc_info,
}, },
.archdata = {
.hwblk_id = HWBLK_LCDC,
},
}; };
static struct platform_device *kfr2r09_devices[] __initdata = { static struct platform_device *kfr2r09_devices[] __initdata = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment