From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 1 Mar 2019 14:00:37 +0100 Subject: [U-Boot] iMX8QXP MEK: no ethernet In-Reply-To: References: <20190228234547.27c3ea16@crub> <7060db46-7e2e-05a4-041b-2d3b6c0c81cd@netmodule.com> <20190301110540.2a98fb37@crub> Message-ID: <20190301140037.4b75520d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, On Fri, 1 Mar 2019 13:36:17 +0100 Stefano Babic sbabic at denx.de wrote: ... > > Nope, didn't worked. This parameter is a pulse width of a reset, but the > > issue is about having a delay *after* reset. However, introducing a new > > `phy-reset-wait` is a reasonable option. > > 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. -- Anatolij