projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593a0c8
)
sh: Runtime PM pdev hwblk - kfr2r09
author
Magnus Damm
<damm@igel.co.jp>
Fri, 31 Jul 2009 07:48:21 +0000
(07:48 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 4 Aug 2009 06:06:11 +0000
(15:06 +0900)
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>
arch/sh/boards/mach-kfr2r09/setup.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/mach-kfr2r09/setup.c
b/arch/sh/boards/mach-kfr2r09/setup.c
index
bf5f8f8
..
0e9b390
100644
(file)
--- 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 = {