diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-05-01 08:47:44 -0700 | 
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-05-01 08:47:44 -0700 | 
| commit | bf61c8840efe60fd8f91446860b63338fb424158 (patch) | |
| tree | 7a71832407a4f0d6346db773343f4c3ae2257b19 /include/linux/micrel_phy.h | |
| parent | 5846115b30f3a881e542c8bfde59a699c1c13740 (diff) | |
| parent | 0c6a61657da78098472fd0eb71cc01f2387fa1bb (diff) | |
| download | olio-linux-3.10-bf61c8840efe60fd8f91446860b63338fb424158.tar.xz olio-linux-3.10-bf61c8840efe60fd8f91446860b63338fb424158.zip  | |
Merge branch 'next' into for-linus
Prepare first set of updates for 3.10 merge window.
Diffstat (limited to 'include/linux/micrel_phy.h')
| -rw-r--r-- | include/linux/micrel_phy.h | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h index de201203bc7..9dbb41a4e25 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h @@ -15,13 +15,21 @@  #define MICREL_PHY_ID_MASK	0x00fffff0 +#define PHY_ID_KSZ8873MLL	0x000e7237  #define PHY_ID_KSZ9021		0x00221610  #define PHY_ID_KS8737		0x00221720  #define PHY_ID_KSZ8021		0x00221555  #define PHY_ID_KSZ8041		0x00221510  #define PHY_ID_KSZ8051		0x00221550 -/* both for ks8001 Rev. A/B, and for ks8721 Rev 3. */ +/* same id: ks8001 Rev. A/B, and ks8721 Rev 3. */  #define PHY_ID_KSZ8001		0x0022161A +/* same id: KS8081, KS8091 */ +#define PHY_ID_KSZ8081		0x00221560 +#define PHY_ID_KSZ8061		0x00221570 +#define PHY_ID_KSZ9031		0x00221620 + +#define PHY_ID_KSZ886X		0x00221430 +#define PHY_ID_KSZ8863		0x00221435  /* struct phy_device dev_flags definitions */  #define MICREL_PHY_50MHZ_CLK	0x00000001  |