提交 75460253 编写于 作者: W Wenyou Yang 提交者: Simon Glass

net: macb: Align the compatibles with kernel

Add the compatibles to align with the kernel.
Signed-off-by: NWenyou Yang <wenyou.yang@atmel.com>
Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
上级 1870d4d7
......@@ -1096,6 +1096,10 @@ static int macb_eth_ofdata_to_platdata(struct udevice *dev)
static const struct udevice_id macb_eth_ids[] = {
{ .compatible = "cdns,macb" },
{ .compatible = "cdns,at91sam9260-macb" },
{ .compatible = "atmel,sama5d2-gem" },
{ .compatible = "atmel,sama5d3-gem" },
{ .compatible = "atmel,sama5d4-gem" },
{ }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册