public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP3 GPTIMER: fix GPTIMER12 IRQ
@ 2008-08-08  8:57 Paul Walmsley
  2008-08-08  9:06 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Walmsley @ 2008-08-08  8:57 UTC (permalink / raw)
  To: linux-omap


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>
---

 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 f22506a..fcc1a02 100644
--- a/arch/arm/plat-omap/dmtimer.c
+++ b/arch/arm/plat-omap/dmtimer.c
@@ -237,7 +237,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 = {

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

* Re: [PATCH] OMAP3 GPTIMER: fix GPTIMER12 IRQ
  2008-08-08  8:57 [PATCH] OMAP3 GPTIMER: fix GPTIMER12 IRQ Paul Walmsley
@ 2008-08-08  9:06 ` Tony Lindgren
  2008-08-10 17:05   ` Paul Walmsley
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2008-08-08  9:06 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-omap

* Paul Walmsley <paul@pwsan.com> [080808 11:57]:
> 
> 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)

That probably explains why it did not work earlier :) Pushing today.

Tony

> 
> Signed-off-by: Paul Walmsley <paul@pwsan.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 f22506a..fcc1a02 100644
> --- a/arch/arm/plat-omap/dmtimer.c
> +++ b/arch/arm/plat-omap/dmtimer.c
> @@ -237,7 +237,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 linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] OMAP3 GPTIMER: fix GPTIMER12 IRQ
  2008-08-08  9:06 ` Tony Lindgren
@ 2008-08-10 17:05   ` Paul Walmsley
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Walmsley @ 2008-08-10 17:05 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap

On Fri, 8 Aug 2008, Tony Lindgren wrote:

> * Paul Walmsley <paul@pwsan.com> [080808 11:57]:
> > 
> > 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)
> 
> That probably explains why it did not work earlier :) Pushing today.

Yeah, the GPTIMER1 issue on Beagle is still present.  This patch just 
fixes the use of GPTIMER12 as a workaround...


- Paul

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

end of thread, other threads:[~2008-08-10 17:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-08  8:57 [PATCH] OMAP3 GPTIMER: fix GPTIMER12 IRQ Paul Walmsley
2008-08-08  9:06 ` Tony Lindgren
2008-08-10 17:05   ` Paul Walmsley

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