From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Thu, 11 Feb 2016 10:44:13 -0600 Subject: [U-Boot] [PATCH] arm: socfpga: Fix ethernet reset handling In-Reply-To: <56BCAE69.3060208@denx.de> References: <1455205275-14308-1-git-send-email-marex@denx.de> <56BCAE69.3060208@denx.de> Message-ID: <56BCBA5D.2040304@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/11/2016 09:53 AM, Stefan Roese wrote: > On 11.02.2016 16:41, Marek Vasut wrote: >> The following patch caused cpu_eth_init() to not be called anymore >> for DM-capable boards: >> >> commit c32a6fd07b1839e4a45729587ebc8e1c55601a4d >> Date: Sun Jan 17 14:51:56 2016 -0700 >> net: Don't call board/cpu_eth_init() with driver model >> >> This breaks ethernet on SoCFPGA, since we use that function to un-reset >> the ethernet blocks. Invoke the ethernet reset function from >> arch_misc_init() >> instead to fix the breakage. >> >> Signed-off-by: Marek Vasut >> Cc: Dinh Nguyen >> Cc: Chin Liang See >> Cc: Denis Bakhvalov > > Works for me as well. So: > > Tested-by: Stefan Roese > For me as well. Tested-by: Dinh Nguyen