]> git.dujemihanovic.xyz Git - u-boot.git/commit
udoo_neo: Fix ethernet
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 21 Dec 2021 12:32:48 +0000 (12:32 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jan 2022 14:30:45 +0000 (09:30 -0500)
commit79ac6917d0fba793029c294fbfcb660a5a8fbdeb
treebd0523c129fb5bc61f699154cb7d0a3f339759d2
parent2bbe1ba0c712c3eb1670952efa3351f501959eb3
udoo_neo: Fix ethernet

The ethernet has a RMII not RGMII, also needs DM_MDIO and finally
initialise it later in the process as it's not needed that early on
and not everything is ready so it locks up the device.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
board/udoo/neo/neo.c
configs/udoo_neo_defconfig