summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-12-05 20:28:39 +0100
committerShawn Guo <shawnguo@kernel.org>2017-01-02 07:04:00 +0100
commit2bc7b91a69854a297e7774a308bd3f86bd6d8e22 (patch)
treeea36e508e27d3c285cfb1afb2eff7bd424244fb4
parentARM: dts: boundary: remove hardcoded LVDS bus format (diff)
downloadlinux-2bc7b91a69854a297e7774a308bd3f86bd6d8e22.tar.xz
linux-2bc7b91a69854a297e7774a308bd3f86bd6d8e22.zip
ARM: dts: imx6sx-udoo-neo: Pass the 'phy-reset-duration' property
imx6sx-udoo-neo has a KSZ8091 Ethernet PHY, which requires the reset signal to be low for at least 10ms. Pass the 'phy-reset-duration' property to reflect such requirement. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6sx-udoo-neo.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi
index 2b65d26f4396..d1ce9af300e7 100644
--- a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi
+++ b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi
@@ -86,6 +86,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet1>;
phy-mode = "rmii";
+ phy-reset-duration = <10>;
phy-reset-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
};