diff options
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | 2019-02-23 00:37:41 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-24 17:45:25 -0800 |
commit | 631ba9063b446800e96debb41ad45eba85f880a8 (patch) | |
tree | d34558b1116fa4b982d31b48c9493d65dda66b40 /include/linux/marvell_phy.h | |
parent | e555e5b1b9aeec679eecb228fa9a36c070c57cbb (diff) | |
download | lwn-631ba9063b446800e96debb41ad45eba85f880a8.tar.gz lwn-631ba9063b446800e96debb41ad45eba85f880a8.zip |
net: phy: marvell10g: Use a #define for 88X3310 family id
The PHY ID corresponding to the 88X3310 is also used for other PHYs in
the same family, such as the 88E2010. Use a #define for the PHY id, that
ignores the last nibble.
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/marvell_phy.h')
-rw-r--r-- | include/linux/marvell_phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/marvell_phy.h b/include/linux/marvell_phy.h index 1eb6f244588d..70c17345e118 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -20,6 +20,7 @@ #define MARVELL_PHY_ID_88E1540 0x01410eb0 #define MARVELL_PHY_ID_88E1545 0x01410ea0 #define MARVELL_PHY_ID_88E3016 0x01410e60 +#define MARVELL_PHY_ID_88X3310 0x002b09a0 /* The MV88e6390 Ethernet switch contains embedded PHYs. These PHYs do * not have a model ID. So the switch driver traps reads to the ID2 |