mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
tty: serial: samsung_tty: support 18 uart ports
ExynosAutov920 SoC supports 18 UART ports, update the value of UART_NR to accommodate the same. Signed-off-by: Faraz Ata <faraz.ata@samsung.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250429102941.4138463-1-faraz.ata@samsung.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
689835c00e
commit
f51159c051
|
|
@ -52,7 +52,7 @@
|
|||
#define S3C24XX_SERIAL_MINOR 64
|
||||
|
||||
#ifdef CONFIG_ARM64
|
||||
#define UART_NR 12
|
||||
#define UART_NR 18
|
||||
#else
|
||||
#define UART_NR CONFIG_SERIAL_SAMSUNG_UARTS
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user