OMAP3 GPTIMER: fix GPTIMER12 IRQ

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Saturday, May 2, 2009 - 5:03 pm

Gitweb:     http://git.kernel.org/linus/9198a40620fc69d577e854fb571e76af3313bc53
Commit:     9198a40620fc69d577e854fb571e76af3313bc53
Parent:     d53eb73795c55101453ea6ca4f486ea2ff7b0496
Author:     Paul Walmsley <paul@pwsan.com>
AuthorDate: Thu Apr 23 21:11:08 2009 -0600
Committer:  paul <paul@twilight.(none)>
CommitDate: Thu Apr 23 21:11:08 2009 -0600

    OMAP3 GPTIMER: fix GPTIMER12 IRQ
    
    GPTIMER12 IRQ is at IRQ 95 on OMAP3, unlike OMAP2.  (ref: OMAP34xx
    Multimedia High Security (HS) Device Silicon Revision 3.0 Security
    Addendum Rev. B, SWPU119B)
    
    Signed-off-by: Paul Walmsley <paul@pwsan.com>
    Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/plat-omap/dmtimer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c
index bfd4757..c99d611 100644
--- a/arch/arm/plat-omap/dmtimer.c
+++ b/arch/arm/plat-omap/dmtimer.c
@@ -238,7 +238,7 @@ static struct omap_dm_timer omap3_dm_timers[] = {
 	{ .phys_base = 0x49040000, .irq = INT_24XX_GPTIMER9 },
 	{ .phys_base = 0x48086000, .irq = INT_24XX_GPTIMER10 },
 	{ .phys_base = 0x48088000, .irq = INT_24XX_GPTIMER11 },
-	{ .phys_base = 0x48304000, .irq = INT_24XX_GPTIMER12 },
+	{ .phys_base = 0x48304000, .irq = INT_34XX_GPT12_IRQ },
 };
 
 static const char *omap3_dm_source_names[] __initdata = {
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
OMAP3 GPTIMER: fix GPTIMER12 IRQ, Linux Kernel Mailing ..., (Sat May 2, 5:03 pm)