diff options
| author | 2024-07-01 10:53:41 +0200 | |
|---|---|---|
| committer | 2024-07-03 09:13:38 +0100 | |
| commit | 8d7330b3a9c6db53d4462820df566c0b1e77d831 (patch) | |
| tree | 6a61c295f0f31f0bc129208a774b3116eddb7aab /drivers/net/dsa/microchip/ksz_common.h | |
| parent | Merge branch 'device-memory-tcp' (diff) | |
| download | wireguard-linux-8d7330b3a9c6db53d4462820df566c0b1e77d831.tar.xz wireguard-linux-8d7330b3a9c6db53d4462820df566c0b1e77d831.zip | |
net: dsa: microchip: lan9371/2: add 100BaseTX PHY support
On the LAN9371 and LAN9372, the 4th internal PHY is a 100BaseTX PHY
instead of a 100BaseT1 PHY. The 100BaseTX PHYs have a different base
register offset.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/microchip/ksz_common.h')
| -rw-r--r-- | drivers/net/dsa/microchip/ksz_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/microchip/ksz_common.h b/drivers/net/dsa/microchip/ksz_common.h index ee7db46e469d..c4a4664c0385 100644 --- a/drivers/net/dsa/microchip/ksz_common.h +++ b/drivers/net/dsa/microchip/ksz_common.h @@ -22,6 +22,7 @@ /* all KSZ switches count ports from 1 */ #define KSZ_PORT_1 0 #define KSZ_PORT_2 1 +#define KSZ_PORT_4 3 struct ksz_device; struct ksz_port; |
