diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-07-31 07:48:21 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 15:06:11 +0900 |
commit | 442c37534c6a46d8ed27144fb09818833edbd049 (patch) | |
tree | b5c564583f79d61f4a1a36562c5ddf2963bcd715 /arch/sh | |
parent | 593a0c898ac2f09f001d536f699966ec4bc1d25f (diff) |
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/mach-kfr2r09/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index bf5f8f8d3b5..0e9b39034df 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c @@ -95,6 +95,9 @@ static struct platform_device kfr2r09_sh_keysc_device = { .dev = { .platform_data = &kfr2r09_sh_keysc_info, }, + .archdata = { + .hwblk_id = HWBLK_KEYSC, + }, }; static struct platform_device *kfr2r09_devices[] __initdata = { |