[U-Boot] iMX8QXP MEK: no ethernet

Stefano Babic sbabic at denx.de
Fri Mar 1 11:19:41 UTC 2019


On 01/03/19 11:05, Anatolij Gustschin wrote:
> Hi,
> 
> On Fri, 1 Mar 2019 09:50:06 +0000
> Andrejs Cainikovs Andrejs.Cainikovs at netmodule.com wrote:
> ...
>> Thanks a lot! It works now.
> 
> Great, thanks for testing! I don't like the patch however and I'm still
> not sure how we should fix it in a proper way for upcoming release.
> Unfortunately, currently I don't have time to work on a suitable fix.
> 

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>;

Best regards,
Stefano


-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list