summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-12-05 17:28:39 -0200
committerShawn Guo <shawnguo@kernel.org>2017-01-02 14:04:00 +0800
commit2bc7b91a69854a297e7774a308bd3f86bd6d8e22 (patch)
treeea36e508e27d3c285cfb1afb2eff7bd424244fb4 /arch/arm/boot/dts/imx6sx-udoo-neo.dtsi
parentb0b09f62648a704f0d29502a3768f5e9444ba3cd (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-udoo-neo.dtsi')
-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>;
};