* [PATCH] sh: add LCDC interrupt configuration to AP325 and Migo-R
@ 2008-12-19 3:02 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2008-12-19 3:02 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@igel.co.jp>
Add LCDC interrupt resources for AP325 and Migo-R. The LCDC driver does
not require interrupts at this point, but changes such as one-shot SYS
mode using deferred io, and wait-for-vblank will both need this.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
arch/sh/boards/board-ap325rxa.c | 4 ++++
arch/sh/boards/mach-migor/setup.c | 4 ++++
2 files changed, 8 insertions(+)
--- 0001/arch/sh/boards/board-ap325rxa.c
+++ work/arch/sh/boards/board-ap325rxa.c 2008-12-18 13:51:39.000000000 +0900
@@ -197,6 +197,10 @@ static struct resource lcdc_resources[]
.end = 0xfe941fff,
.flags = IORESOURCE_MEM,
},
+ [1] = {
+ .start = 28,
+ .flags = IORESOURCE_IRQ,
+ },
};
static struct platform_device lcdc_device = {
--- 0001/arch/sh/boards/mach-migor/setup.c
+++ work/arch/sh/boards/mach-migor/setup.c 2008-12-18 13:51:33.000000000 +0900
@@ -274,6 +274,10 @@ static struct resource migor_lcdc_resour
.end = 0xfe941fff,
.flags = IORESOURCE_MEM,
},
+ [1] = {
+ .start = 28,
+ .flags = IORESOURCE_IRQ,
+ },
};
static struct platform_device migor_lcdc_device = {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-19 3:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19 3:02 [PATCH] sh: add LCDC interrupt configuration to AP325 and Migo-R Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).