2
0
forked from Ivasoft/openwrt

ar71xx: add support for external mii_bus

SVN-Revision: 18692
This commit is contained in:
Gabor Juhos
2009-12-08 10:29:27 +00:00
parent 0e79007faf
commit 18867965f7
6 changed files with 52 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ struct ag71xx_platform_data {
u32 reset_bit;
u32 mii_if;
u8 mac_addr[ETH_ALEN];
struct device *mii_bus_dev;
u8 has_gbit:1;
u8 is_ar91xx:1;