Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -81,6 +81,7 @@ static const struct of_device_id ksz9477_dt_ids[] = {
	{ .compatible = "microchip,ksz9897" },
	{ .compatible = "microchip,ksz9897" },
	{ .compatible = "microchip,ksz9893" },
	{ .compatible = "microchip,ksz9893" },
	{ .compatible = "microchip,ksz9563" },
	{ .compatible = "microchip,ksz9563" },
	{ .compatible = "microchip,ksz8563" },
	{},
	{},
};
};
MODULE_DEVICE_TABLE(of, ksz9477_dt_ids);
MODULE_DEVICE_TABLE(of, ksz9477_dt_ids);