public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: Runtime PM pdev hwblk - kfr2r09 LCDC
@ 2009-08-15  3:02 Magnus Damm
  2009-08-15  4:03 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2009-08-15  3:02 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm@igel.co.jp>

This patch simply adds LCDC hwblk_id data for the kfr2r09 board.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
---

 Suitable for the sh/hwblk topic branch, but also depends on the
 kfr2r09 LCDC patch. I suppose the sh/hwblk stuff needs a rebase?

 arch/sh/boards/mach-kfr2r09/setup.c |    3 +++
 1 file changed, 3 insertions(+)

--- 0004/arch/sh/boards/mach-kfr2r09/setup.c
+++ work/arch/sh/boards/mach-kfr2r09/setup.c	2009-08-07 13:22:32.000000000 +0900
@@ -176,6 +176,9 @@ static struct platform_device kfr2r09_sh
 	.dev	= {
 		.platform_data	= &kfr2r09_sh_lcdc_info,
 	},
+	.archdata = {
+		.hwblk_id = HWBLK_LCDC,
+	},
 };
 
 static struct platform_device *kfr2r09_devices[] __initdata = {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-15  4:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-15  3:02 [PATCH] sh: Runtime PM pdev hwblk - kfr2r09 LCDC Magnus Damm
2009-08-15  4:03 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox