projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6b987
)
sh: Runtime PM pdev hwblk - kfr2r09 LCDC
author
Magnus Damm
<damm@igel.co.jp>
Sat, 15 Aug 2009 03:02:08 +0000
(
03:02
+0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Sat, 15 Aug 2009 04:00:31 +0000
(13:00 +0900)
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>
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 c96533794c2697a06cb7cae5e5b815785855f672..f9ba43635dc1eb14af700819b0c8f2a5b975177d 100644
(file)
--- a/
arch/sh/boards/mach-kfr2r09/setup.c
+++ b/
arch/sh/boards/mach-kfr2r09/setup.c
@@
-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 = {