From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrejs Cainikovs Date: Fri, 1 Mar 2019 13:37:26 +0000 Subject: [U-Boot] iMX8QXP MEK: no ethernet In-Reply-To: <20190301140037.4b75520d@crub> References: <20190228234547.27c3ea16@crub> <7060db46-7e2e-05a4-041b-2d3b6c0c81cd@netmodule.com> <20190301110540.2a98fb37@crub> <20190301140037.4b75520d@crub> 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 01/03/2019 14:00, Anatolij Gustschin wrote: > Hi all, > > On Fri, 1 Mar 2019 13:36:17 +0100 > Stefano Babic sbabic at denx.de wrote: >> >> Right, I think this is a way to do. > > yes, this is much better than ifdef. I'd suggest using 'phy-reset-post-delay' > property instead of 'phy-reset-wait'. Linux has already such binding, i.e. > see Documentation/devicetree/bindings/net/fsl-fec.txt and the driver > drivers/net/ethernet/freescale/fec_main.c. > Done. Please review.