Skip to content

Commit

Permalink
net: dsa: microchip: add KSZ8563 compatibility string
Browse files Browse the repository at this point in the history
It is a 3-Port 10/100 Ethernet Switch with 1588v2 PTP.

Signed-off-by: Razvan Stefanescu <razvan.stefanescu@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
RazvanStef authored and davem330 committed Sep 1, 2019
1 parent de5eb9e commit d9033ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/dsa/microchip/ksz9477_spi.c
Expand Up @@ -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);
Expand Down

0 comments on commit d9033ae

Please sign in to comment.