diff options
author | 2013-05-30 20:08:27 +0000 | |
---|---|---|
committer | 2013-05-31 00:48:22 -0700 | |
commit | 10e24caa98b6dd0d3d8b783453d5c07aa4e9af0c (patch) | |
tree | 8b23e2d001b23d1a33f17ad305e7f837e2c921f3 /include/linux/marvell_phy.h | |
parent | phy: Add Marvell 88E1116R phy ID (diff) | |
download | wireguard-linux-10e24caa98b6dd0d3d8b783453d5c07aa4e9af0c.tar.xz wireguard-linux-10e24caa98b6dd0d3d8b783453d5c07aa4e9af0c.zip |
phy: Add Marvell 88E1510 phy ID
Add support for this new phy ID.
Signed-off-by: Rick Hoover <RHoover@digilentinc.com>
Signed-off-by: Steven Wang <steven.wang@digilentinc.com>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.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 ec41025cb86e..8e9a029e093d 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -15,6 +15,7 @@ #define MARVELL_PHY_ID_88E1240 0x01410e30 #define MARVELL_PHY_ID_88E1318S 0x01410e90 #define MARVELL_PHY_ID_88E1116R 0x01410e40 +#define MARVELL_PHY_ID_88E1510 0x01410dd0 /* struct phy_device dev_flags definitions */ #define MARVELL_PHY_M1145_FLAGS_RESISTANCE 0x00000001 |