From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Wed, 29 Jan 2020 11:43:01 -0300 Subject: [PATCH 2/3] mx7dsabre: Enable DM_ETH In-Reply-To: References: <20191208170232.24803-1-offougajoris@gmail.com> <20191208170232.24803-3-offougajoris@gmail.com> <552833f7-5ed2-800c-07c3-e50743adc022@gmail.com> <24c0ae24-a4e9-d00b-02e2-f41dda7ba138@gmail.com> <40b6b489-531d-1d50-2dd7-654b0d9dc94f@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jan 27, 2020 at 3:31 PM Fabio Estevam wrote: > Running "dm tree" says that soft_spi has not been probed: > > spi 0 [ ] soft_spi |-- spi4 > > Not sure why soft_spi does not get probed though. > > The IO expander is on the soft_spi bus, so we need to get soft_spi to > get probed first. I managed to get Ethernet working again with this patch: https://lists.denx.de/pipermail/u-boot/2020-January/398438.html