Skip to content

Commit d9033ae

Browse files
RazvanStefdavem330
authored andcommitted
net: dsa: microchip: add KSZ8563 compatibility string
It is a 3-Port 10/100 Ethernet Switch with 1588v2 PTP. Signed-off-by: Razvan Stefanescu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent de5eb9e commit d9033ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/dsa/microchip/ksz9477_spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ static const struct of_device_id ksz9477_dt_ids[] = {
8181
{ .compatible = "microchip,ksz9897" },
8282
{ .compatible = "microchip,ksz9893" },
8383
{ .compatible = "microchip,ksz9563" },
84+
{ .compatible = "microchip,ksz8563" },
8485
{},
8586
};
8687
MODULE_DEVICE_TABLE(of, ksz9477_dt_ids);

0 commit comments

Comments
 (0)