aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.9/405-net-phy-allow-EEE-with-SGMII-interface-modes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/patches-4.9/405-net-phy-allow-EEE-with-SGMII-interface-modes.patch')
-rw-r--r--target/linux/mvebu/patches-4.9/405-net-phy-allow-EEE-with-SGMII-interface-modes.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/mvebu/patches-4.9/405-net-phy-allow-EEE-with-SGMII-interface-modes.patch b/target/linux/mvebu/patches-4.9/405-net-phy-allow-EEE-with-SGMII-interface-modes.patch
deleted file mode 100644
index e5f6da4be8..0000000000
--- a/target/linux/mvebu/patches-4.9/405-net-phy-allow-EEE-with-SGMII-interface-modes.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Russell King <rmk+kernel@armlinux.org.uk>
-Date: Thu, 5 Jan 2017 09:34:42 +0000
-Subject: [PATCH] net: phy: allow EEE with SGMII interface modes
-
-As EEE is able to work in SGMII mode as well, add it to the list of
-permissable EEE modes that phy_init_eee() will accept. This is
-necessary so that EEE can work with an 88E1512 connected in SGMII mode.
-
-Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
----
-
---- a/drivers/net/phy/phy.c
-+++ b/drivers/net/phy/phy.c
-@@ -1236,6 +1236,7 @@ int phy_init_eee(struct phy_device *phyd
- if ((phydev->duplex == DUPLEX_FULL) &&
- ((phydev->interface == PHY_INTERFACE_MODE_MII) ||
- (phydev->interface == PHY_INTERFACE_MODE_GMII) ||
-+ phydev->interface == PHY_INTERFACE_MODE_SGMII ||
- phy_interface_is_rgmii(phydev) ||
- phy_is_internal(phydev))) {
- int eee_lp, eee_cap, eee_adv;