diff options
author | Andrei Andreyanau <a.andreyanau@sam-solutions.net> | 2013-04-01 14:34:54 +0300 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2013-11-07 12:19:26 -0500 |
commit | 8597992508dadd7998935a657681648d75892ade (patch) | |
tree | 1dcc3bed5d6cdff6d0e44e8acdcac6d644aa1f8e /include | |
parent | 0cb87312dbd2feb29e09e8dd0492bf7447f3aae3 (diff) |
Fixed support for Micrel's ksz9031 Gigabit phy modified: drivers/net/phy/micrel.c modified: include/linux/micrel_phy.h
Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Diffstat (limited to 'include')
-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 85ca0116eb4e..392b49d5b22d 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h @@ -4,6 +4,7 @@ #define MICREL_PHY_ID_MASK 0x00fffff0 #define PHY_ID_KSZ9021 0x00221611 +#define PHY_ID_KSZ9031 0x00221621 #define PHY_ID_KS8737 0x00221720 #define PHY_ID_KS8041 0x00221510 #define PHY_ID_KS8051 0x00221550 |