Commit 9511d413e81b976535c8112ae03fef83ddf2917d

Authored by Adrian Alonso
1 parent 3fd51d7a1f

MLK-24057: configs: imx8mm ab2 increase enet phy timeout

Increase timeout to allow phy net negotiation for
imx8mm/imx8mn audio board 2.0 targets

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Adrian Alonso <adrian.alonso@nxp.com>
(cherry picked from commit 4624ee792fc3e46bc40c63b7675e73cd87f9c01c)

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

include/configs/imx8mm_ab2.h
... ... @@ -63,6 +63,7 @@
63 63 #define CONFIG_FEC_XCV_TYPE RGMII
64 64 #define CONFIG_FEC_MXC_PHYADDR 1
65 65 #define FEC_QUIRK_ENET_MAC
  66 +#define PHY_ANEG_TIMEOUT 20000
66 67  
67 68 #define IMX_FEC_BASE 0x30BE0000
68 69 #endif
include/configs/imx8mn_ab2.h
... ... @@ -69,6 +69,7 @@
69 69 #define CONFIG_FEC_XCV_TYPE RGMII
70 70 #define CONFIG_FEC_MXC_PHYADDR 1
71 71 #define FEC_QUIRK_ENET_MAC
  72 +#define PHY_ANEG_TIMEOUT 20000
72 73  
73 74 #define IMX_FEC_BASE 0x30BE0000
74 75 #endif