mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-04 14:23:46 +00:00
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>
This commit is contained in:
parent
9495d1e23d
commit
cfc55bcc1f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
#define OMAP_UART_DMA_CH_FREE -1
|
#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
|
#define MSR_SAVE_FLAGS UART_MSR_ANY_DELTA
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue