Skip to content

Commit

Permalink
ARM: OMAP2+: serial: Change MAX_HSUART_PORTS to 6
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AnilKumar Ch authored and Tony Lindgren committed Sep 24, 2012
1 parent 9495d1e commit cfc55bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/include/plat/omap-serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cfc55bc

Please sign in to comment.