diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2021-09-28 20:45:19 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-29 10:54:50 +0100 |
commit | 7c2dcfa295b149a58010632c7eb7e73bd0626a7a (patch) | |
tree | cf2a0bf1c8cc1e09291415108b38cce56127f0c5 /include/linux/micrel_phy.h | |
parent | 49f01349d15ed5ae0b265e9dc6fc12d269a5a0a4 (diff) | |
download | linux-7c2dcfa295b149a58010632c7eb7e73bd0626a7a.tar.gz linux-7c2dcfa295b149a58010632c7eb7e73bd0626a7a.tar.bz2 linux-7c2dcfa295b149a58010632c7eb7e73bd0626a7a.zip |
net: phy: micrel: Add support for LAN8804 PHY
The LAN8804 PHY has same features as that of LAN8814 PHY except that it
doesn't support 1588, SyncE or Q-USGMII.
This PHY is found inside the LAN966X switches.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
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 3d43c60b49fa..1f7c33b2f5a3 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h @@ -28,6 +28,7 @@ #define PHY_ID_KSZ9031 0x00221620 #define PHY_ID_KSZ9131 0x00221640 #define PHY_ID_LAN8814 0x00221660 +#define PHY_ID_LAN8804 0x00221670 #define PHY_ID_KSZ886X 0x00221430 #define PHY_ID_KSZ8863 0x00221435 |