]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6ul-txul: specify ethernet phy reset post-delay
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 24 Oct 2017 13:18:22 +0000 (15:18 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 24 Oct 2017 13:18:22 +0000 (15:18 +0200)
Under certain circumstances the ethernet PHY cannot be detected on
Ka-Ro electronics TXUL modules. Using a phy-reset-post-delay of > 5ms
alleviates this problem. Specify a value of 10ms to be on the safe side.

arch/arm/boot/dts/imx6ul-tx6ul.dtsi

index d30c4e05e624878a4847ac40038d39924cb30ae4..9e2a96617d5b763a13f669bd95d77ffe57ed338c 100644 (file)
        pinctrl-0 = <&pinctrl_enet1 &pinctrl_enet1_mdio &pinctrl_etnphy0_rst>;
        phy-mode = "rmii";
        phy-reset-gpios = <&gpio5 6 GPIO_ACTIVE_LOW>;
+       phy-reset-post-delay = <10>;
        phy-supply = <&reg_3v3_etn>;
        phy-handle = <&etnphy0>;
        status = "okay";