mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
sh: Runtime PM pdev hwblk - kfr2r09 LCDC
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>
This commit is contained in:
parent
4b6b987969
commit
963e04cafb
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user