]> git.dujemihanovic.xyz Git - u-boot.git/commit
verdin-imx8mm: fix ethernet
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 9 Oct 2021 20:41:04 +0000 (22:41 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 20 Oct 2021 13:08:25 +0000 (15:08 +0200)
commit5206f1ce0c137aab59ddafe89c2a1e8c87189d22
tree8240155c8fd6568ed2376a0850d98e7403146155
parent4b3abe5972d58b62489dcc8920bebf412ba92343
verdin-imx8mm: fix ethernet

Turns out Microship (formerly Micrel) meanwhile integrated proper
support for the DLL setup on their KSZ9131. Unfortunately, this
conflicts with our previous board code doing that.
Fix this by getting rid of our board code and just relying on the
generic implementation relying on rgmii-id being used as phy-mode.

Fixes: commit c6df0e2ffdc4
       ("net: phy: micrel: add support for DLL setup on ksz9131")
Fixes: commit af2d3c91d877
       ("ARM: dts: imx8mm-verdin: Set PHY mode to RGMII-ID")
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
board/toradex/verdin-imx8mm/verdin-imx8mm.c