Tiva Ethernet: Configure external PHY interrupt pin

This commit is contained in:
Gregory Nutt 2015-01-03 10:59:12 -06:00
parent a7e0acbc6f
commit 40113f0b93

View File

@ -3372,6 +3372,10 @@ static inline void tiva_phy_initialize(FAR struct tiva_ethmac_s *priv)
tiva_configgpio(GPIO_EN0_LED2);
#else /* if defined(CONFIG_TIVA_PHY_MII) || defined(CONFIG_TIVA_PHY_RMII) */
/* External PHY interrupt pin */
tiva_configgpio(GPIO_EN0_INTRN);
/* Configure GPIO pins to support MII or RMII */
/* MDC and MDIO are common to both modes */