Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: dsa: microchip: add ksz9563 to ksz9477 I2C driver

Add support for the KSZ9563 3-Port Gigabit Ethernet Switch to the
ksz9477 driver. The KSZ9563 supports both SPI (already in) and I2C. The
ksz9563 is already in the device tree binding documentation.

Signed-off-by: Christian Eggers <ceggers@arri.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Christian Eggers and committed by
Jakub Kicinski
5d3b8ec9 9f0bb95e

+1
+1
drivers/net/dsa/microchip/ksz9477_i2c.c
··· 80 80 { .compatible = "microchip,ksz9477" }, 81 81 { .compatible = "microchip,ksz9897" }, 82 82 { .compatible = "microchip,ksz9893" }, 83 + { .compatible = "microchip,ksz9563" }, 83 84 { .compatible = "microchip,ksz9567" }, 84 85 {}, 85 86 };