diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2013-07-02 15:37:35 -0700 |
---|---|---|
committer | Eric Nelson <eric.nelson@boundarydevices.com> | 2013-09-03 14:13:19 -0700 |
commit | e8cc7ada5ada64885e2e601279dc29b04f587e44 (patch) | |
tree | 3a0fa9a6cbf7e431efbca38b8495a18441b4e680 /include | |
parent | d60ee4c19038dc0663a178e08c057c34178aa392 (diff) |
micrel: add ksz9031 support
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 dd8da342a991..13a0dca11b82 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 0x00221620 #define PHY_ID_KS8737 0x00221720 #define PHY_ID_KS8041 0x00221510 #define PHY_ID_KS8051 0x00221550 |