提交 bf665843 编写于 作者: A Amit Singh Tomar 提交者: Tom Rini

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: NManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: NAndre Przywara <andre.przywara@arm.com>
Signed-off-by: NAmit Singh Tomar <amittomer25@gmail.com>
上级 d996f354
......@@ -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" },
{ }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册