mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 17:26:42 +07:00
tty/serial: atmel: increase ATMEL_MAX_UART
The samx7 family uses the same UART/USART IP as the at91/sama5 families but has 8 of those. Suggested-by: Szemző András <sza@esh.hu> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3c9101766b
commit
432f974801
@ -119,8 +119,9 @@ struct atmel_uart_char {
|
||||
/*
|
||||
* at91: 6 USARTs and one DBGU port (SAM9260)
|
||||
* avr32: 4
|
||||
* samx7: 3 USARTs and 5 UARTs
|
||||
*/
|
||||
#define ATMEL_MAX_UART 7
|
||||
#define ATMEL_MAX_UART 8
|
||||
|
||||
/*
|
||||
* We wrap our port structure around the generic uart_port.
|
||||
|
Loading…
Reference in New Issue
Block a user