All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP2+: serial: Change MAX_HSUART_PORTS to 6
@ 2012-06-20  8:49 ` AnilKumar Ch
  0 siblings, 0 replies; 4+ messages in thread
From: AnilKumar Ch @ 2012-06-20  8:49 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, linux-arm-kernel, nsekhar, AnilKumar Ch

Extends the maximum number of UART ports to 6 from 4 because AM335X
device have six UART ports.

Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
---
 arch/arm/plat-omap/include/plat/omap-serial.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/plat-omap/include/plat/omap-serial.h b/arch/arm/plat-omap/include/plat/omap-serial.h
index 1a52725..71eca9c 100644
--- a/arch/arm/plat-omap/include/plat/omap-serial.h
+++ b/arch/arm/plat-omap/include/plat/omap-serial.h
@@ -54,7 +54,7 @@
 
 #define OMAP_UART_DMA_CH_FREE	-1
 
-#define OMAP_MAX_HSUART_PORTS	4
+#define OMAP_MAX_HSUART_PORTS	6
 
 #define MSR_SAVE_FLAGS		UART_MSR_ANY_DELTA
 
-- 
1.7.9.5


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

end of thread, other threads:[~2012-09-24 17:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20  8:49 [PATCH] ARM: OMAP2+: serial: Change MAX_HSUART_PORTS to 6 AnilKumar Ch
2012-06-20  8:49 ` AnilKumar Ch
2012-09-24 17:18 ` Tony Lindgren
2012-09-24 17:18   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.