diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2023-02-07 11:52:11 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-02-08 09:16:07 +0000 |
commit | a8f1a19d27ef9b13574195ae1571158529473541 (patch) | |
tree | 58671d9d1051a40784748923f701c0e9c60cf0e5 /include/linux/micrel_phy.h | |
parent | 9ed138ff37670e7eb6291d822f5648de685cfb32 (diff) | |
download | linux-a8f1a19d27ef9b13574195ae1571158529473541.tar.gz linux-a8f1a19d27ef9b13574195ae1571158529473541.tar.bz2 linux-a8f1a19d27ef9b13574195ae1571158529473541.zip |
net: micrel: Add support for lan8841 PHY
The LAN8841 is completely integrated triple-speed (10BASE-T/ 100BASE-TX/
1000BASE-T) Ethernet physical layer transceivers for transmission and
reception of data on standard CAT-5, as well as CAT-5e and CAT-6,
unshielded twisted pair (UTP) cables.
The LAN8841 offers the industry-standard GMII/MII as well as the RGMII.
Some of the features of the PHY are:
- Wake on LAN
- Auto-MDIX
- IEEE 1588-2008 (V2)
- LinkMD Capable diagnosis
Currently the patch offers support only for link configuration.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/micrel_phy.h')
-rw-r--r-- | include/linux/micrel_phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h index 771e050883db..8bef1ab62bba 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h @@ -31,6 +31,7 @@ #define PHY_ID_KSZ9131 0x00221640 #define PHY_ID_LAN8814 0x00221660 #define PHY_ID_LAN8804 0x00221670 +#define PHY_ID_LAN8841 0x00221650 #define PHY_ID_KSZ886X 0x00221430 #define PHY_ID_KSZ8863 0x00221435 |