diff options
| author | Philippe Schenker <[email protected]> | 2024-01-30 08:34:19 +0000 |
|---|---|---|
| committer | Paolo Abeni <[email protected]> | 2024-02-01 10:17:24 +0000 |
| commit | 3723b56d6f73f7c8c3b521a80556f129830f6fb9 (patch) | |
| tree | 91344250e038bf12284aa18c84b8e7c86a36eaca /drivers/net/dsa/microchip/ksz9477_i2c.c | |
| parent | dt-bindings: net: dsa: Add KSZ8567 switch support (diff) | |
| download | kernel-3723b56d6f73f7c8c3b521a80556f129830f6fb9.tar.gz kernel-3723b56d6f73f7c8c3b521a80556f129830f6fb9.zip | |
net: dsa: Add KSZ8567 switch support
This commit introduces support for the KSZ8567, a robust 7-port
Ethernet switch. The KSZ8567 features two RGMII/MII/RMII interfaces,
each capable of gigabit speeds, complemented by five 10/100 Mbps
MAC/PHYs.
Signed-off-by: Philippe Schenker <[email protected]>
Acked-by: Arun Ramadoss <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'drivers/net/dsa/microchip/ksz9477_i2c.c')
| -rw-r--r-- | drivers/net/dsa/microchip/ksz9477_i2c.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/dsa/microchip/ksz9477_i2c.c b/drivers/net/dsa/microchip/ksz9477_i2c.c index cac4a607e54a..82bebee4615c 100644 --- a/drivers/net/dsa/microchip/ksz9477_i2c.c +++ b/drivers/net/dsa/microchip/ksz9477_i2c.c @@ -104,6 +104,10 @@ static const struct of_device_id ksz9477_dt_ids[] = { .data = &ksz_switch_chips[KSZ8563] }, { + .compatible = "microchip,ksz8567", + .data = &ksz_switch_chips[KSZ8567] + }, + { .compatible = "microchip,ksz9567", .data = &ksz_switch_chips[KSZ9567] }, |
