mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user