diff options
Diffstat (limited to 'include/linux/marvell_phy.h')
| -rw-r--r-- | include/linux/marvell_phy.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/marvell_phy.h b/include/linux/marvell_phy.h index 693eba9869e4..b1fbe4118414 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -7,6 +7,7 @@  /* Known PHY IDs */  #define MARVELL_PHY_ID_88E1101		0x01410c60 +#define MARVELL_PHY_ID_88E3082		0x01410c80  #define MARVELL_PHY_ID_88E1112		0x01410c90  #define MARVELL_PHY_ID_88E1111		0x01410cc0  #define MARVELL_PHY_ID_88E1118		0x01410e10 @@ -31,6 +32,8 @@  /* Marvel 88E1111 in Finisar SFP module with modified PHY ID */  #define MARVELL_PHY_ID_88E1111_FINISAR	0x01ff0cc0 +/* ID from 88E6020, assumed to be the same for the whole 6250 family */ +#define MARVELL_PHY_ID_88E6250_FAMILY	0x01410db0  /* These Ethernet switch families contain embedded PHYs, but they do   * not have a model ID. So the switch driver traps reads to the ID2   * register and returns the switch family ID  |