From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id A499A1A010A for ; Mon, 14 Dec 2015 20:46:38 +1100 (AEDT) In-Reply-To: <1449614642-8161-1-git-send-email-paul.gortmaker@windriver.com> To: Paul Gortmaker , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: Andrew Lunn , netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Paul Gortmaker Subject: Re: sbc8641: drop bogus PHY IRQ entries from DTS file Message-Id: <20151214094638.87145140557@ozlabs.org> Date: Mon, 14 Dec 2015 20:46:38 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-08-12 at 22:44:02 UTC, Paul Gortmaker wrote: > This file was originally cloned off of the MPC8641D-HPCN reference > platform, which actually had a PHY IRQ line connected. However > this board does not. The bogus entry was largely inert and went > undetected until commit 321beec5047af83db90c88114b7e664b156f49fe > ("net: phy: Use interrupts when available in NOLINK state") was > added to the tree. > > With the above commit, the board fails to NFS boot since it sits > waiting for a PHY IRQ event that of course never arrives. Removing > the bogus entries from the DTS file fixes the issue. > > Cc: Andrew Lunn > Signed-off-by: Paul Gortmaker Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/5b01310cfc8d2302dcca1d8d cheers