From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrejs Cainikovs Date: Fri, 1 Mar 2019 12:30:34 +0000 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: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On 01/03/2019 12:19, Stefano Babic wrote: > > What about to change this in DT ? > > diff --git a/arch/arm/dts/fsl-imx8qxp-mek.dts > b/arch/arm/dts/fsl-imx8qxp-mek.dts > index 41f7ec1763..b6c4593334 100644 > --- a/arch/arm/dts/fsl-imx8qxp-mek.dts > +++ b/arch/arm/dts/fsl-imx8qxp-mek.dts > @@ -223,7 +223,7 @@ > fsl,magic-packet; > status = "okay"; > phy-reset-gpios = <&pca9557_a 4 GPIO_ACTIVE_LOW>; > - phy-reset-duration = <10>; > + phy-reset-duration = <150>; > > mdio { > #address-cells = <1>; > 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. Thanks for idea, I will make a patch, and then it's up to you and Anatolij to decide whether it is a ok or not. Best regards, Andrejs Cainikovs.