]> git.baikalelectronics.ru Git - uboot.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)
commit4ce3b97d594ff7dd99bd6721f15fa83dc652eedd
tree8240155c8fd6568ed2376a0850d98e7403146155
parenta1cf706b1963beea5049c264cd43b537096d85ff
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 5e5a0a38fdd7
       ("net: phy: micrel: add support for DLL setup on ksz9131")
Fixes: commit 570e382d5cd3
       ("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