mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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 <manivannan.sadhasivam@linaro.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
This commit is contained in:
parent
d996f35403
commit
bf66584336
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue