]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx8mn-var-som: Simplify FEC initialization
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Thu, 19 Oct 2023 19:43:23 +0000 (15:43 -0400)
committerFabio Estevam <festevam@gmail.com>
Wed, 13 Dec 2023 12:58:46 +0000 (09:58 -0300)
commit739d9b8f7c97a25af96d36b8fd36cf7e8eb4f8c3
tree83219c72c8ad86551bb489ad2f8d27a388c30c31
parent38bcce4bb64e1796fe668697e544b366804778be
imx8mn-var-som: Simplify FEC initialization

With DM enabled, there is no need for board code to initialize
the FEC interface.

The ethernet PHYs on the symphony carrier board have a dedicated
crystal/oscillator. If the SOM has the EC configuration option
(onboard ethernet PHY), it also has a dedicated crystal/oscillator.
So in all cases, there is no need to enable the RGMII TX clk output.

This follows a similar change introduced by Fabio Estevam:
Link: https://lore.kernel.org/u-boot/20231019170441.1610453-1-festevam@gmail.com/
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
board/variscite/imx8mn_var_som/imx8mn_var_som.c