MLK-14915 mx6ul_arm2/mx6ull_arm2: Fix ENET PHY reset issue
authorYe Li <ye.li@nxp.com>
Tue, 16 May 2017 04:47:49 +0000 (23:47 -0500)
committerYe Li <ye.li@nxp.com>
Tue, 16 May 2017 04:47:49 +0000 (23:47 -0500)
commit950b322fb0cc2fab8fe7418b952bb4f7ab19554c
treee5854396fb6f19303bd5da331e6cd5fb0c30dede
parent25515dfb16d987931152c1d93aed3a16f7197921
MLK-14915 mx6ul_arm2/mx6ull_arm2: Fix ENET PHY reset issue

There are two pins used for ENET PHY reset, need to assert them before init the PHY.
Current DM driver does not have such operation, need board level codes to handle.
This patch moves the PHY reset operation into setup_fec, which is common for DM driver
and non-DM driver.

Signed-off-by: Ye Li <ye.li@nxp.com>
board/freescale/mx6ul_14x14_ddr3_arm2/mx6ul_14x14_ddr3_arm2.c
board/freescale/mx6ul_14x14_lpddr2_arm2/mx6ul_14x14_lpddr2_arm2.c
board/freescale/mx6ull_ddr3_arm2/mx6ull_ddr3_arm2.c