[U-Boot] [RFC PATCH 7/8] serial: actions: add uart support for s700
Amit Singh Tomar
amittomer25 at gmail.com
Thu Jan 3 13:26:22 UTC 2019
UART controller present on S700 is compatible with existing
S900 UART, this patch simply adds a proper compatible string
so that S900 uart driver can be reused for S700.
Signed-off-by: Amit Singh Tomar <amittomer25 at gmail.com>
---
drivers/serial/serial_owl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/serial/serial_owl.c b/drivers/serial/serial_owl.c
index 7ead73e..76995bf 100644
--- 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" },
{ }
};
--
2.7.4
More information about the U-Boot
mailing list