diff options
| author | David S. Miller <[email protected]> | 2018-10-19 17:02:24 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-10-19 17:02:24 -0700 |
| commit | c8baae840fd1d5f871b674e7f99e9fcc405c910e (patch) | |
| tree | 189263ce0c555c14a662e1bbf5650187ff41b7f6 /include/linux | |
| parent | c9fbd71f73094311b31ee703a918e9e0df502cef (diff) | |
| parent | 806700bab41e9297c6ace1d1d0cabd77b020ad72 (diff) | |
Merge branch 'Microchip-Technology-KSZ9131'
Yuiko Oshino says:
====================
Add support for Microchip Technology KSZ9131 10/100/1000 Ethernet PHY
This is the initial driver for Microchip KSZ9131 10/100/1000 Ethernet PHY
v3:
- KSZ9131 uses picosecond units for values of devicetree properties.
- rewrite micrel.c and micrel-ksz90x1.txt to use the picosecond values.
v2:
- Creating a series from two related patches.
====================
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -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 |