]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
net: macb: Fix handling of fixed-link node
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Tue, 31 Mar 2020 09:39:35 +0000 (12:39 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Apr 2020 07:09:55 +0000 (09:09 +0200)
[ Upstream commit 79540d133ed6f65a37dacb54b7a704cc8a24c52d ]

fixed-link nodes are treated as PHY nodes by of_mdiobus_child_is_phy().
We must check if the interface is a fixed-link before looking up for PHY
nodes.

Fixes: 7897b071ac3b ("net: macb: convert to phylink")
Tested-by: Cristian Birsan <cristian.birsan@microchip.com>
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/cadence/macb_main.c

index 20db44d7cda8de38c551776d67733327e7368928..104884133001c47595f86185601a289d82fc7efd 100644 (file)
@@ -685,6 +685,9 @@ static int macb_mdiobus_register(struct macb *bp)
 {
        struct device_node *child, *np = bp->pdev->dev.of_node;
 
+       if (of_phy_is_fixed_link(np))
+               return mdiobus_register(bp->mii_bus);
+
        /* Only create the PHY from the device tree if at least one PHY is
         * described. Otherwise scan the entire MDIO bus. We do this to support
         * old device tree that did not follow the best practices and did not