projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b2ba0
)
tty: serial: meson: Added S4 SOC compatibility
author
Yu Tu
<yu.tu@amlogic.com>
Fri, 25 Feb 2022 07:39:22 +0000
(15:39 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 26 Feb 2022 09:03:21 +0000
(10:03 +0100)
Make UART driver compatible with S4 SOC UART.
Signed-off-by: Yu Tu <yu.tu@amlogic.com>
Link:
https://lore.kernel.org/r/20220225073922.3947-7-yu.tu@amlogic.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/meson_uart.c
b/drivers/tty/serial/meson_uart.c
index d19349ead73898213442a45318615cf4eb883726..bf6be5468aaf051bd87a742e93bee285065dde4e 100644
(file)
--- a/
drivers/tty/serial/meson_uart.c
+++ b/
drivers/tty/serial/meson_uart.c
@@
-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);