public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] OMAP: Zoom2: Fix file system loading issue
@ 2009-06-12  0:49 Vikram Pandita
  2009-06-17 13:57 ` [APPLIED] " Tony Lindgren
  0 siblings, 1 reply; 11+ messages in thread
From: Vikram Pandita @ 2009-06-12  0:49 UTC (permalink / raw)
  To: linux-omap; +Cc: Vikram Pandita

IRQ for 8250 driver is not working on zoom2 as IRQ HIGH level
setting is requried

This setting was not possible in 8250 driver

Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
---
 arch/arm/mach-omap2/board-zoom-debugboard.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-zoom-debugboard.c b/arch/arm/mach-omap2/board-zoom-debugboard.c
index bac5c43..a8c45dc 100644
--- a/arch/arm/mach-omap2/board-zoom-debugboard.c
+++ b/arch/arm/mach-omap2/board-zoom-debugboard.c
@@ -83,7 +83,8 @@ static struct plat_serial8250_port serial_platform_data[] = {
 	{
 		.mapbase	= 0x10000000,
 		.irq		= OMAP_GPIO_IRQ(102),
-		.flags		= UPF_BOOT_AUTOCONF|UPF_IOREMAP|UPF_SHARE_IRQ,
+		.flags		= UPF_BOOT_AUTOCONF|UPF_IOREMAP|UPF_SHARE_IRQ|
+					UPF_IRQ_TRIG_HIGH,
 		.iotype		= UPIO_MEM,
 		.regshift	= 1,
 		.uartclk	= QUART_CLK,
-- 
1.6.0.3.613.g9f8f13


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

end of thread, other threads:[~2009-06-22 12:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-12  0:49 [PATCH 2/2] OMAP: Zoom2: Fix file system loading issue Vikram Pandita
2009-06-17 13:57 ` [APPLIED] " Tony Lindgren
2009-06-17 15:19   ` Pandita, Vikram
2009-06-17 15:52     ` Kevin Hilman
2009-06-17 15:54   ` Kevin Hilman
2009-06-17 16:26     ` Pandita, Vikram
2009-06-18  5:27       ` Tony Lindgren
2009-06-18 13:32         ` Pandita, Vikram
2009-06-18 17:38           ` Kevin Hilman
2009-06-18 14:11         ` Kevin Hilman
2009-06-22 12:43           ` Tony Lindgren

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