tty: serial: meson: introduce separate uart_data for S4 SoC family
authorDmitry Rokosov <ddrokosov@sberdevices.ru>
Wed, 5 Jul 2023 18:18:30 +0000 (21:18 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jul 2023 18:22:08 +0000 (20:22 +0200)
commitbd86980b5113e3bf59ad096c49bf5c39dbca8880
tree596e01879714c72522dcbe744f7b22d9feb321ae
parente71aab9d613242bbb262f2344e377ecbc892df41
tty: serial: meson: introduce separate uart_data for S4 SoC family

In order to use the correct devname value for the S4 SoC family, it
is imperative that we implement separate uart_data. Unlike the legacy
g12a architecture, the S4 architecture should employ the use of 'ttyS'
devname.

Signed-off-by: Dmitry Rokosov <ddrokosov@sberdevices.ru>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230705181833.16137-5-ddrokosov@sberdevices.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c