projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d996f35
)
serial: actions: add compatible string
author
Amit Singh Tomar
<amittomer25@gmail.com>
Sun, 19 Apr 2020 13:58:27 +0000
(19:28 +0530)
committer
Tom Rini
<trini@konsulko.com>
Fri, 24 Apr 2020 20:40:09 +0000
(16:40 -0400)
This patch adds "actions,owl-uart" string to the owl uart driver. It
is also defined in Linux kernel.
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
drivers/serial/serial_owl.c
patch
|
blob
|
history
diff --git
a/drivers/serial/serial_owl.c
b/drivers/serial/serial_owl.c
index 7ead73e6b7fd9401d5d8b0bd7b87238e12310450..539acdc92a5a88fa8338862430ba8602fc8d03ca 100644
(file)
--- a/
drivers/serial/serial_owl.c
+++ b/
drivers/serial/serial_owl.c
@@
-121,6
+121,7
@@
static const struct dm_serial_ops owl_serial_ops = {
static const struct udevice_id owl_serial_ids[] = {
{ .compatible = "actions,s900-serial" },
+ { .compatible = "actions,owl-uart" },
{ }
};