Skip to content
Snippets Groups Projects
Commit cfc55bcc authored by AnilKumar Ch's avatar AnilKumar Ch Committed by Tony Lindgren
Browse files

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: default avatarAnilKumar Ch <anilkumar@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 9495d1e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment