commit | 5a45944a395ad0d9acd8a0930093a9a453b6f9f3 | [log] [tgz] |
---|---|---|
author | Peter Robinson <pbrobinson@gmail.com> | Tue Dec 21 12:32:48 2021 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 07 09:30:45 2022 -0500 |
tree | bd0523c129fb5bc61f699154cb7d0a3f339759d2 | |
parent | 89e28064c18be5c6fbc166b36a561464fb871e34 [diff] |
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>