serial: actions: add compatible string
authorAmit Singh Tomar <amittomer25@gmail.com>
Sun, 19 Apr 2020 13:58:27 +0000 (19:28 +0530)
committerTom 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

index 7ead73e6b7fd9401d5d8b0bd7b87238e12310450..539acdc92a5a88fa8338862430ba8602fc8d03ca 100644 (file)
@@ -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" },
        { }
 };