Commit 5427c352 authored by Yu Tu's avatar Yu Tu Committed by Greg Kroah-Hartman
Browse files

tty: serial: meson: Added S4 SOC compatibility



Make UART driver compatible with S4 SOC UART.

Signed-off-by: default avatarYu Tu <yu.tu@amlogic.com>
Link: https://lore.kernel.org/r/20220225073922.3947-7-yu.tu@amlogic.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 19b2ba0b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -865,6 +865,10 @@ static const struct of_device_id meson_uart_dt_match[] = {
		.compatible = "amlogic,meson-gx-uart",
		.data = (void *)true,
	},
	{
		.compatible = "amlogic,meson-s4-uart",
		.data = (void *)true,
	},
	{ /* sentinel */ },
};
MODULE_DEVICE_TABLE(of, meson_uart_dt_match);