]> git.ipfire.org Git - thirdparty/u-boot.git/commit
imx8mp_evk: Simplify Ethernet initialization
authorFabio Estevam <festevam@denx.de>
Thu, 19 Oct 2023 21:51:12 +0000 (18:51 -0300)
committerFabio Estevam <festevam@gmail.com>
Wed, 13 Dec 2023 12:54:00 +0000 (09:54 -0300)
commit21b30c237aa649f7de0ddf6140eb747e114a2063
tree540c7555c2675ebbaf95c95e3cb19dbcf9aaa680
parent7e3d6ec9bfc56dd779d4c618915bac708b7dccb6
imx8mp_evk: Simplify Ethernet initialization

With DM enabled, there is no need for board code to initialize
the Ethernet interfaces.

The RTL8211FDI Ethernet PHYs have 25MHz oscillator, so there is no
need to enable the RGMII TX clk output.

Also, there is no need for describing the deprecated phy-reset FEC
properties, nor passing reset properties to the EQOS interface in
u-boot.dtsi.

Remove all these unneeded pieces.

Tested both Ethernet interfaces after these changes.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
arch/arm/dts/imx8mp-evk-u-boot.dtsi
board/freescale/imx8mp_evk/imx8mp_evk.c