Shenzhou board uses RMII PHY interface, not MII
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5176 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
683b1017a5
commit
2b863c620a
@ -2854,7 +2854,7 @@ static void stm32_ethreset(FAR struct stm32_ethmac_s *priv)
|
||||
* reset all the registers holds their reset values.
|
||||
*/
|
||||
|
||||
regval = stm32_getreg(STM32_ETH_DMABMR);
|
||||
regval = stm32_getreg(STM32_ETH_DMABMR);
|
||||
regval |= ETH_DMABMR_SR;
|
||||
stm32_putreg(regval, STM32_ETH_DMABMR);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user