mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
net: dsa: microchip: add separate struct ksz_chip_data for KSZ8563 chip
Add separate entry for the KSZ8563 chip. According to the documentation it can support Gbit only on RGMII port. So, we will need to be able to describe in the followup patch. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
3177d7bbe0
commit
b449080956
@@ -160,7 +160,7 @@ static const struct of_device_id ksz_dt_ids[] = {
|
||||
},
|
||||
{
|
||||
.compatible = "microchip,ksz8563",
|
||||
.data = &ksz_switch_chips[KSZ9893]
|
||||
.data = &ksz_switch_chips[KSZ8563]
|
||||
},
|
||||
{
|
||||
.compatible = "microchip,ksz9567",
|
||||
|
||||
Reference in New Issue
Block a user