diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-02-02 02:35:03 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-03 06:05:28 +0300 |
commit | 60f06fde4cff6f6134decbf09199b5e047bc3355 (patch) | |
tree | 93ed78c199958f9f5654141c04a73970c5533c06 /include/linux/marvell_phy.h | |
parent | fd3984e6e78a569cd72d94687860501f7e73594c (diff) | |
download | linux-60f06fde4cff6f6134decbf09199b5e047bc3355.tar.xz |
net: phy: marvell: Add support for 88e1545 PHY
The 88e1545 PHYs are discrete Marvell PHYs, found in a quad package on
the zii-devel-b board. Add support for it to the Marvell PHY driver.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
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 3d616d7f65bf..4055cf8cc978 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -17,6 +17,7 @@ #define MARVELL_PHY_ID_88E1116R 0x01410e40 #define MARVELL_PHY_ID_88E1510 0x01410dd0 #define MARVELL_PHY_ID_88E1540 0x01410eb0 +#define MARVELL_PHY_ID_88E1545 0x01410ea0 #define MARVELL_PHY_ID_88E3016 0x01410e60 /* The MV88e6390 Ethernet switch contains embedded PHYs. These PHYs do |