diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/fsl_pq_mdio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fsl_pq_mdio.c b/drivers/net/fsl_pq_mdio.c index b0ce1445d4a8..6be36b9bc31b 100644 --- a/drivers/net/fsl_pq_mdio.c +++ b/drivers/net/fsl_pq_mdio.c | |||
@@ -321,6 +321,7 @@ static int fsl_pq_mdio_probe(struct of_device *ofdev, | |||
321 | dev_set_drvdata(&ofdev->dev, new_bus); | 321 | dev_set_drvdata(&ofdev->dev, new_bus); |
322 | 322 | ||
323 | if (of_device_is_compatible(np, "fsl,gianfar-mdio") || | 323 | if (of_device_is_compatible(np, "fsl,gianfar-mdio") || |
324 | of_device_is_compatible(np, "fsl,gianfar-tbi") || | ||
324 | of_device_is_compatible(np, "gianfar")) { | 325 | of_device_is_compatible(np, "gianfar")) { |
325 | #ifdef CONFIG_GIANFAR | 326 | #ifdef CONFIG_GIANFAR |
326 | tbipa = get_gfar_tbipa(regs); | 327 | tbipa = get_gfar_tbipa(regs); |