Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327735
b: refs/heads/master
c: 761743e
h: refs/heads/master
i:
  327733: 058cbc2
  327731: 19373a6
  327727: 12760ae
v: v3
  • Loading branch information
Timur Tabi authored and David S. Miller committed Aug 30, 2012
1 parent fd53167 commit 4adf6f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd3b8a32e66cc3274a27338335337a5b65611ea5
refs/heads/master: 761743ebc92df72053e736fce953a5d2e90099d5
9 changes: 9 additions & 0 deletions trunk/drivers/net/ethernet/freescale/fsl_pq_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,15 @@ static struct of_device_id fsl_pq_mdio_match[] = {
},
},
#endif
/* No Kconfig option for Fman support yet */
{
.compatible = "fsl,fman-mdio",
.data = &(struct fsl_pq_mdio_data) {
.mii_offset = 0,
/* Fman TBI operations are handled elsewhere */
},
},

{},
};
MODULE_DEVICE_TABLE(of, fsl_pq_mdio_match);
Expand Down

0 comments on commit 4adf6f2

Please sign in to comment.