serial: actions: add compatible string
[oweals/u-boot.git] / 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" },
        { }
 };