mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
c9fbd71f73
commit
bff5b4b373
2 changed files with 130 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue