diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-07-31 03:48:21 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 02:06:11 -0400 |
commit | 442c37534c6a46d8ed27144fb09818833edbd049 (patch) | |
tree | b5c564583f79d61f4a1a36562c5ddf2963bcd715 /arch/sh/boards/mach-kfr2r09 | |
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/boards/mach-kfr2r09')
-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 bf5f8f8d3b5f..0e9b39034df3 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 = { | |||
95 | .dev = { | 95 | .dev = { |
96 | .platform_data = &kfr2r09_sh_keysc_info, | 96 | .platform_data = &kfr2r09_sh_keysc_info, |
97 | }, | 97 | }, |
98 | .archdata = { | ||
99 | .hwblk_id = HWBLK_KEYSC, | ||
100 | }, | ||
98 | }; | 101 | }; |
99 | 102 | ||
100 | static struct platform_device *kfr2r09_devices[] __initdata = { | 103 | static struct platform_device *kfr2r09_devices[] __initdata = { |