sh: Runtime PM pdev hwblk - kfr2r09
Add hwblk_id to kfr2r09 board specific on-chip sh7724 platform devices. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
593a0c898a
commit
442c37534c
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ static struct platform_device kfr2r09_sh_keysc_device = {
|
||||||
.dev = {
|
.dev = {
|
||||||
.platform_data = &kfr2r09_sh_keysc_info,
|
.platform_data = &kfr2r09_sh_keysc_info,
|
||||||
},
|
},
|
||||||
|
.archdata = {
|
||||||
|
.hwblk_id = HWBLK_KEYSC,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct platform_device *kfr2r09_devices[] __initdata = {
|
static struct platform_device *kfr2r09_devices[] __initdata = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue