tty: serial: meson: Add a new compatible string for the G12A SoC
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Tue, 7 Mar 2023 22:26:50 +0000 (23:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2023 16:21:02 +0000 (17:21 +0100)
commit804e6d6998f7528d23e9cb16f9dbb357bfab5f77
tree02c88a46f8a995c3ca494682237e7d00a8201f05
parentadd5dfe87abe962cf9884193d9467f23d898fb8b
tty: serial: meson: Add a new compatible string for the G12A SoC

Amlogic Meson G12A (and later) SoCs also have the "divide XTAL by 2" bit
as the S4 UART controllers. Add a new compatible string for these SoCs
and enable the has_xtal_div2 flag for them.

Tested-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230307222651.2106615-3-martin.blumenstingl@googlemail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c