diff options
author | Yuiko Oshino <yuiko.oshino@microchip.com> | 2018-10-18 15:06:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-19 17:02:23 -0700 |
commit | bff5b4b3737219195ca0caef4ff7884303cb5dc1 (patch) | |
tree | 943a4bcab3afae585dac9fda8971cae4fbac170d /include/linux/micrel_phy.h | |
parent | c9fbd71f73094311b31ee703a918e9e0df502cef (diff) |
net: phy: micrel: add Microchip KSZ9131 initial driver
Add support for Microchip Technology KSZ9131 10/100/1000 Ethernet PHY
Signed-off-by: Yuiko Oshino <yuiko.oshino@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 472fa4d4ea62..7361cd3fddc1 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h @@ -31,6 +31,7 @@ #define PHY_ID_KSZ8081 0x00221560 #define PHY_ID_KSZ8061 0x00221570 #define PHY_ID_KSZ9031 0x00221620 +#define PHY_ID_KSZ9131 0x00221640 #define PHY_ID_KSZ886X 0x00221430 #define PHY_ID_KSZ8863 0x00221435 |