soc: rt10xx: enable phy clock with new driver
when using either old or new driver for nxp enet, enable the phy clock Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
fe809c8b24
commit
0e935ea180
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const clock_enet_pll_config_t ethPllConfig = {
|
|||
defined(CONFIG_SOC_MIMXRT1024)
|
||||
.enableClkOutput500M = true,
|
||||
#endif
|
||||
#ifdef CONFIG_ETH_MCUX
|
||||
#if defined(CONFIG_ETH_NXP_ENET) || defined(CONFIG_ETH_MCUX)
|
||||
#if DT_NODE_HAS_STATUS(DT_NODELABEL(enet), okay)
|
||||
.enableClkOutput = true,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue