diff options
| -rw-r--r-- | drivers/net/fsl_pq_mdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fsl_pq_mdio.c b/drivers/net/fsl_pq_mdio.c index b3079a5a7f2b..d9e1ecfbf360 100644 --- a/drivers/net/fsl_pq_mdio.c +++ b/drivers/net/fsl_pq_mdio.c | |||
| @@ -387,7 +387,7 @@ static int fsl_pq_mdio_probe(struct of_device *ofdev, | |||
| 387 | * The TBIPHY-only buses will find PHYs at every address, | 387 | * The TBIPHY-only buses will find PHYs at every address, |
| 388 | * so we mask them all but the TBI | 388 | * so we mask them all but the TBI |
| 389 | */ | 389 | */ |
| 390 | if (!of_device_is_compatible(np, "fsl,gianfar-mdio")) | 390 | if (of_device_is_compatible(np, "fsl,gianfar-tbi")) |
| 391 | new_bus->phy_mask = ~(1 << tbiaddr); | 391 | new_bus->phy_mask = ~(1 << tbiaddr); |
| 392 | 392 | ||
| 393 | err = mdiobus_register(new_bus); | 393 | err = mdiobus_register(new_bus); |
