tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCs
authorDmitry Rokosov <ddrokosov@sberdevices.ru>
Wed, 5 Jul 2023 18:18:29 +0000 (21:18 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jul 2023 18:22:07 +0000 (20:22 +0200)
commite71aab9d613242bbb262f2344e377ecbc892df41
tree10dc474b90d3f0cfadb2f7086631a2486cb226d8
parentbcb5645f99ef93b3cad3cdb7937eb4b2cecfd560
tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCs

It is worth noting that the devname ttyS is a widely recognized tty name
and is commonly used by many uart device drivers. Given the established
usage and compatibility concerns, it may not be feasible to change the
devname for older SoCs. However, for new definitions, it is acceptable
and even recommended to use a new devname to help ensure clarity and
avoid any potential conflicts on lower or upper software levels.

For more information please refer to IRC discussion at [1].

Links:
    [1]: https://libera.irclog.whitequark.org/linux-amlogic/2023-07-03

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