projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
387a350
)
MLK-14440 tty: serial: fsl_lpuart: add compatible for 7ulp
author
Octavian Purdila
<octavian.purdila@nxp.com>
Wed, 15 Mar 2017 06:43:48 +0000
(08:43 +0200)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:31 +0000
(15:21 -0500)
Signed-off-by: Octavian Purdila <octavian.purdila@nxp.com>
drivers/tty/serial/fsl_lpuart.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/fsl_lpuart.c
b/drivers/tty/serial/fsl_lpuart.c
index
c024eb3
..
83c0a4c
100644
(file)
--- a/
drivers/tty/serial/fsl_lpuart.c
+++ b/
drivers/tty/serial/fsl_lpuart.c
@@
-272,6
+272,10
@@
static const struct of_device_id lpuart_dt_ids[] = {
{
.compatible = "fsl,imx8qm-lpuart",
},
+ {
+ .compatible = "fsl,imx7ulp-lpuart",
+ },
+
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, lpuart_dt_ids);