Re: [PATCH 3/4] udoo_neo: Fix ethernet

2022-01-07 Thread Tom Rini
On Tue, Dec 21, 2021 at 12:32:48PM +, Peter Robinson wrote: > 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 >

Re: [PATCH 3/4] udoo_neo: Fix ethernet

2021-12-21 Thread Fabio Estevam
On Tue, Dec 21, 2021 at 9:32 AM Peter Robinson wrote: > > 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

[PATCH 3/4] udoo_neo: Fix ethernet

2021-12-21 Thread Peter Robinson
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 --- board/udoo/neo/neo.c | 3 ++- configs/udoo_neo_defconfig | 2 +- 2