diff options
author | AnilKumar Ch <anilkumar@ti.com> | 2012-06-20 14:19:29 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-24 10:32:39 -0700 |
commit | cfc55bcc1f78395872d41c50f6a3129c4b42289e (patch) | |
tree | b6e54039905d4a0c42c1a7a1ad09223c3b4dcb12 /arch/arm/plat-omap/include/plat | |
parent | 9495d1e23dfccb1b0a97a85c59b79a26eddda778 (diff) |
ARM: OMAP2+: serial: Change MAX_HSUART_PORTS to 6
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap-serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap-serial.h b/arch/arm/plat-omap/include/plat/omap-serial.h index b2eac60b6904..f4a4cd014795 100644 --- a/arch/arm/plat-omap/include/plat/omap-serial.h +++ b/arch/arm/plat-omap/include/plat/omap-serial.h @@ -52,7 +52,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 |