From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 19 Aug 2015 00:06:01 +0200 Subject: [U-Boot] [PATCH] arm: socfpga: Do not enable gmac1 in Cyclone V dtsi In-Reply-To: <55D39876.7030408@opensource.altera.com> References: <1439247780-9252-1-git-send-email-marex@denx.de> <55D39876.7030408@opensource.altera.com> Message-ID: <201508190006.01270.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, August 18, 2015 at 10:41:26 PM, Dinh Nguyen wrote: > On 8/10/15 6:03 PM, Marek Vasut wrote: > > The GMAC which is enabled is purely board property, so do not enable > > arbitrary GMAC in DT include files. Same goes for PHY mode, which is > > again a board property. The CycloneV SoCDK does this correctly, but > > SoCrates doesn't. This bug never manifested itself though, since all > > the boards ever used the GMAC1 . This bug manifests itself only on > > boards that utilise GMAC0. > > > > Signed-off-by: Marek Vasut > > --- > > > > arch/arm/dts/socfpga_cyclone5.dtsi | 6 ------ > > arch/arm/dts/socfpga_cyclone5_socrates.dts | 1 + > > 2 files changed, 1 insertion(+), 6 deletions(-) > > Acked-by: Dinh Nguyen Applied to u-boot-socfpga/master, thanks! Best regards, Marek Vasut