aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2015-11-16 23:34:41 +0100
committerDavid S. Miller <davem@davemloft.net>2015-11-17 15:25:43 -0500
commit819ec8e1f349f73bdf65bf33a364538e59007a9a (patch)
tree828ede789b5a0ddfd664fe236f8c4f07caea2894 /include
parentarm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCS (diff)
downloadlinux-dev-819ec8e1f349f73bdf65bf33a364538e59007a9a.tar.xz
linux-dev-819ec8e1f349f73bdf65bf33a364538e59007a9a.zip
phy: marvell: Add support for 88E1540 PHY
The 88E1540 can be found embedded in the Marvell 88E6352 switch. It is compatible with the 88E1510, so add support for it, using the 88E1510 specific functions. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/marvell_phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/marvell_phy.h b/include/linux/marvell_phy.h
index e6982ac3200d..a57f0dfb6db7 100644
--- a/include/linux/marvell_phy.h
+++ b/include/linux/marvell_phy.h
@@ -16,6 +16,7 @@
#define MARVELL_PHY_ID_88E1318S 0x01410e90
#define MARVELL_PHY_ID_88E1116R 0x01410e40
#define MARVELL_PHY_ID_88E1510 0x01410dd0
+#define MARVELL_PHY_ID_88E1540 0x01410eb0
#define MARVELL_PHY_ID_88E3016 0x01410e60
/* struct phy_device dev_flags definitions */