From 2caa4bbdcc76d51fecb90bd29aa480859cda004b Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Mon, 10 Nov 2014 15:19:46 -0300 Subject: net: phy: Support Marvell 88EE1543 PHY This commit adds support for Marvell's 88E1543 PHY chip. This chip is almost identical to the 88EE1545, except the 88E1545 supports QSGMII and the 88EE1543 supports SGMII. Therefore, the same configuration function is used for both PHYs. For now, the only initialization provided for the 88EE1543 is the LED setup. Signed-off-by: Ezequiel Garcia Signed-off-by: Sascha Hauer --- include/linux/marvell_phy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/marvell_phy.h') diff --git a/include/linux/marvell_phy.h b/include/linux/marvell_phy.h index deb75bfbef..b7baae137d 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -27,6 +27,7 @@ #define MARVELL_PHY_ID_88E1318S 0x01410e90 #define MARVELL_PHY_ID_88E1116R 0x01410e40 #define MARVELL_PHY_ID_88E1510 0x01410dd0 +#define MARVELL_PHY_ID_88E1543 0x01410ea0 #define MARVELL_PHY_ID_88E1545 0x01410eb0 /* Mask used for ID comparisons */ -- cgit v1.2.3