diff options
author | David J. Choi <david.choi@micrel.com> | 2013-01-23 09:05:15 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-28 18:42:10 -0500 |
commit | 7ab59dc15e2f42a4321ed016bcd6044a4d8de6d1 (patch) | |
tree | 7a6927acae99140a8f897471bcd892a783d3ed65 /include/linux/micrel_phy.h | |
parent | ef3d90491a15f0d5cf1ec39a38a45dac6968fb2a (diff) |
drivers/net/phy/micrel_phy: Add support for new PHYs
Summary of changes:
.Newly added phys
-KSZ8081/KSZ8091, which has some phy ids.
-KSZ8061
-KSZ9031, which is Gigabit phy.
-KSZ886X, which has a switch function.
-KSZ8031, which has a same phy ids with KSZ8021.
Signed-off-by: David J. Choi <david.choi@micrel.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 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h index adfe8c058f29..9dbb41a4e250 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h | |||
@@ -21,8 +21,15 @@ | |||
21 | #define PHY_ID_KSZ8021 0x00221555 | 21 | #define PHY_ID_KSZ8021 0x00221555 |
22 | #define PHY_ID_KSZ8041 0x00221510 | 22 | #define PHY_ID_KSZ8041 0x00221510 |
23 | #define PHY_ID_KSZ8051 0x00221550 | 23 | #define PHY_ID_KSZ8051 0x00221550 |
24 | /* both for ks8001 Rev. A/B, and for ks8721 Rev 3. */ | 24 | /* same id: ks8001 Rev. A/B, and ks8721 Rev 3. */ |
25 | #define PHY_ID_KSZ8001 0x0022161A | 25 | #define PHY_ID_KSZ8001 0x0022161A |
26 | /* same id: KS8081, KS8091 */ | ||
27 | #define PHY_ID_KSZ8081 0x00221560 | ||
28 | #define PHY_ID_KSZ8061 0x00221570 | ||
29 | #define PHY_ID_KSZ9031 0x00221620 | ||
30 | |||
31 | #define PHY_ID_KSZ886X 0x00221430 | ||
32 | #define PHY_ID_KSZ8863 0x00221435 | ||
26 | 33 | ||
27 | /* struct phy_device dev_flags definitions */ | 34 | /* struct phy_device dev_flags definitions */ |
28 | #define MICREL_PHY_50MHZ_CLK 0x00000001 | 35 | #define MICREL_PHY_50MHZ_CLK 0x00000001 |