From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joris Offouga Date: Mon, 20 Jan 2020 21:20:59 +0100 Subject: [PATCH 2/3] mx7dsabre: Enable DM_ETH In-Reply-To: References: <20191208170232.24803-1-offougajoris@gmail.com> <20191208170232.24803-3-offougajoris@gmail.com> Message-ID: <552833f7-5ed2-800c-07c3-e50743adc022@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Fabio, Le 20/01/2020 à 19:48, Fabio Estevam a écrit : > Hi Joris, > > Has this patch been tested on the real hardware? I tested and validate it before sending it, there must have been a problem with the merge. > > This is what we currently see: > > U-Boot 2020.01-00620-g2d2f91a480 (Jan 20 2020 - 15:41:31 -0300) > > CPU: Freescale i.MX7D rev1.2 1000 MHz (running at 792 MHz) > CPU: Commercial temperature grade (0C to 95C) at 35C > Reset cause: POR > Model: Freescale i.MX7 SabreSD Board > Board: i.MX7D SABRESD in secure mode > DRAM: 1 GiB > MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 > Loading Environment from MMC... OK > Video: 480x272x24 > In: serial > Out: serial > Err: serial > Net: Could not get PHY for FEC0: addr 0 > No ethernet found. > > So Ethernet is not functional at all. > > Do you plan to fix Ethernet on this board? > > On Sun, Dec 8, 2019 at 2:02 PM Joris Offouga wrote: >> Also sync device tree with v5.5-rc1 >> Signed-off-by: Joris Offouga >> --- >> arch/arm/dts/imx7d-sdb-u-boot.dtsi | 3 + >> arch/arm/dts/imx7d-sdb.dts | 785 ++++++++++++++++------ > Also, not happy that the dts sync was part of the same commit that > converted to DM_ETH. Sorry for that indeed I should have made two different commit for this, I have the idea to revert the commit and I will send it split in two Best regards, Joris > > Thanks