Rename unused PHY_RST_AFTER_CLK_EN flag to PHY_RST_AFTER_PROBE for
LAN8710/LAN8720 and LAN8740. This flag can be used by phy_probe() to
assert PHY hardware reset after probing the driver.

Signed-off-by: Laurent Badel <laurentba...@eaton.com>
---
 drivers/net/phy/smsc.c | 4 ++--
 include/linux/phy.h    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/phy/smsc.c b/drivers/net/phy/smsc.c
index 33372756a451..ea966e463dbf 100644
--- a/drivers/net/phy/smsc.c
+++ b/drivers/net/phy/smsc.c
@@ -432,7 +432,7 @@ static struct phy_driver smsc_phy_driver[] = {
        .name           = "SMSC LAN8710/LAN8720",
 
        /* PHY_BASIC_FEATURES */
-
+       .flags          = PHY_RST_AFTER_PROBE,
        .probe          = smsc_phy_probe,
        .remove         = smsc_phy_remove,
 
@@ -459,7 +459,7 @@ static struct phy_driver smsc_phy_driver[] = {
        .name           = "SMSC LAN8740",
 
        /* PHY_BASIC_FEATURES */
-       .flags          = PHY_RST_AFTER_CLK_EN,
+       .flags          = PHY_RST_AFTER_PROBE,
 
        .probe          = smsc_phy_probe,
 
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 58b4a2d45df9..0d588ec6cd5e 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -78,7 +78,7 @@ extern const int phy_10gbit_features_array[1];
 #define PHY_IGNORE_INTERRUPT   -2
 
 #define PHY_IS_INTERNAL                0x00000001
-#define PHY_RST_AFTER_CLK_EN   0x00000002
+#define PHY_RST_AFTER_PROBE    0x00000002
 #define PHY_POLL_CABLE_TEST    0x00000004
 #define MDIO_DEVICE_IS_PHY     0x80000000
 
-- 
2.17.1



-----------------------------
Eaton Industries Manufacturing GmbH ~ Registered place of business: Route de la 
Longeraie 7, 1110, Morges, Switzerland 

-----------------------------

Reply via email to