Skip to content

Commit 3daa418

Browse files
committed
Merge branch 'net-dsa-microchip-add-KSZ8563-support'
Razvan Stefanescu says: ==================== net: dsa: microchip: add KSZ8563 support This patchset adds compatibility string for the KSZ8563 switch. ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents 879c380 + d9033ae commit 3daa418

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/devicetree/bindings/net/dsa/ksz.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Required properties:
1212
- "microchip,ksz8565"
1313
- "microchip,ksz9893"
1414
- "microchip,ksz9563"
15+
- "microchip,ksz8563"
1516

1617
Optional properties:
1718

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)