From: Lothar Waßmann Date: Tue, 24 Oct 2017 13:18:22 +0000 (+0200) Subject: ARM: dts: imx6ul-txul: specify ethernet phy reset post-delay X-Git-Tag: KARO-TX6-2017-10-26~3^2~4 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=e2eb83a0f829d42e13ed2bb41e97311e40d3adf9 ARM: dts: imx6ul-txul: specify ethernet phy reset post-delay 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. --- diff --git a/arch/arm/boot/dts/imx6ul-tx6ul.dtsi b/arch/arm/boot/dts/imx6ul-tx6ul.dtsi index d30c4e05e624..9e2a96617d5b 100644 --- a/arch/arm/boot/dts/imx6ul-tx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul-tx6ul.dtsi @@ -308,6 +308,7 @@ 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 = <®_3v3_etn>; phy-handle = <&etnphy0>; status = "okay";