Commit d9033ae9 authored by Razvan Stefanescu's avatar Razvan Stefanescu Committed by David S. Miller

net: dsa: microchip: add KSZ8563 compatibility string

It is a 3-Port 10/100 Ethernet Switch with 1588v2 PTP.
Signed-off-by: default avatarRazvan Stefanescu <razvan.stefanescu@microchip.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent de5eb9e0
......@@ -81,6 +81,7 @@ static const struct of_device_id ksz9477_dt_ids[] = {
{ .compatible = "microchip,ksz9897" },
{ .compatible = "microchip,ksz9893" },
{ .compatible = "microchip,ksz9563" },
{ .compatible = "microchip,ksz8563" },
{},
};
MODULE_DEVICE_TABLE(of, ksz9477_dt_ids);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment