From: Amit Singh Tomar Date: Sun, 19 Apr 2020 13:58:27 +0000 (+0530) Subject: serial: actions: add compatible string X-Git-Tag: v2020.07-rc1~14^2~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bf66584336351355cd487c166f645f12c2442925;p=oweals%2Fu-boot.git 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 Reviewed-by: Andre Przywara Signed-off-by: Amit Singh Tomar --- diff --git a/drivers/serial/serial_owl.c b/drivers/serial/serial_owl.c index 7ead73e6b7..539acdc92a 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" }, { } };