Re: [PATCH] tty/serial: atmel: increase ATMEL_MAX_UART

2017-02-21 Thread Richard Genoud
2017-02-21 13:03 GMT+01:00 Alexandre Belloni : > The samx7 family uses the same UART/USART IP as the at91/sama5 families but > has 8 of those. > > Suggested-by: Szemző András > Signed-off-by: Alexandre Belloni Acked-by: Richard Genoud > --- > drivers/tty/serial/atmel_serial.c | 3 ++- > 1 file

[PATCH] tty/serial: atmel: increase ATMEL_MAX_UART

2017-02-21 Thread Alexandre Belloni
The samx7 family uses the same UART/USART IP as the at91/sama5 families but has 8 of those. Suggested-by: Szemző András Signed-off-by: Alexandre Belloni --- drivers/tty/serial/atmel_serial.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/tty/serial/atmel_serial.c