On Sun, Jan 26, 2025 at 10:02 PM Marek Vasut <ma...@denx.de> wrote: > > The ENETCv4 port DT nodes on i.MX95 may contain optional clock phandle > to IMX95_CLK_ENETREF "ref" clock. These "ref" clock must be enabled for > the ethernet to work. These "ref" clock are enabled after cold boot, but > when the system booted Linux and rebooted, those "ref" clock might have > been disabled in the process, which would make ethernet inoperable after > reboot. Make sure those "ref" clock are always correctly enabled. > > Signed-off-by: Marek Vasut <ma...@denx.de>
Applied, thanks.