diff options
| author | Amit Singh Tomar <[email protected]> | 2020-04-19 19:28:27 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-04-24 16:40:09 -0400 |
| commit | bf66584336351355cd487c166f645f12c2442925 (patch) | |
| tree | dfc028fb2bd2586a47f29950dd8eb866f4333f2d | |
| parent | d996f35403ec25cb620f74090fac214bf28989d6 (diff) | |
serial: actions: add compatible string
This patch adds "actions,owl-uart" string to the owl uart driver. It
is also defined in Linux kernel.
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Amit Singh Tomar <[email protected]>
| -rw-r--r-- | drivers/serial/serial_owl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/serial_owl.c b/drivers/serial/serial_owl.c index 7ead73e6b7f..539acdc92a5 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" }, { } }; |
