summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/board-ap325rxa.c
diff options
context:
space:
mode:
authorMagnus Damm2008-12-19 04:02:16 +0100
committerPaul Mundt2008-12-22 10:44:48 +0100
commit0790555437df2b6070af8f021b8d2ef79e70e144 (patch)
tree8c211771dec535a24da04781cd16f38b5311ddc3 /arch/sh/boards/board-ap325rxa.c
parentsh_mobile_lcdc: use FB_SYS helpers instead of FB_CFB (diff)
downloadkernel-qcow2-linux-0790555437df2b6070af8f021b8d2ef79e70e144.tar.gz
kernel-qcow2-linux-0790555437df2b6070af8f021b8d2ef79e70e144.tar.xz
kernel-qcow2-linux-0790555437df2b6070af8f021b8d2ef79e70e144.zip
sh: add LCDC interrupt configuration to AP325 and Migo-R
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> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/board-ap325rxa.c')
-rw-r--r--arch/sh/boards/board-ap325rxa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c
index cc3540423614..1c67cba6e34f 100644
--- a/arch/sh/boards/board-ap325rxa.c
+++ b/arch/sh/boards/board-ap325rxa.c
@@ -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 = {