2
0
forked from Ivasoft/openwrt

ar71xx: configure MII interface type from ar71xx_setup_phy_if_mode

SVN-Revision: 29010
This commit is contained in:
Gabor Juhos
2011-11-13 11:26:54 +00:00
parent 0112153a0e
commit da64ce8603
2 changed files with 28 additions and 6 deletions

View File

@@ -816,6 +816,8 @@ void ar71xx_flash_release(void);
#define MII_REG_MII0_CTRL 0x00
#define MII_REG_MII1_CTRL 0x04
#define MII_CTRL_IF_MASK 3
#define MII0_CTRL_IF_GMII 0
#define MII0_CTRL_IF_MII 1
#define MII0_CTRL_IF_RGMII 2