summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-09-17 12:53:41 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-09-18 17:16:10 +0200
commitfd3f9263f8b116993e91a2eab02cfd6b4d12fa64 (patch)
tree067b896c5dddf3412f2986724d3270754334f9c4 /arch
parent9587e7240ce570123bbad78f3f31b690226fe740 (diff)
fec_mxc.c: add possibility for phy-reset-post-delay
This adds the possibility to add a delay after a reset in DT. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/fsl-imx8qxp-apalis.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-imx8qxp-apalis.dts b/arch/arm/dts/fsl-imx8qxp-apalis.dts
index 3a12e1a62d..bc0c257141 100644
--- a/arch/arm/dts/fsl-imx8qxp-apalis.dts
+++ b/arch/arm/dts/fsl-imx8qxp-apalis.dts
@@ -247,6 +247,7 @@
phy-handle = <&ethphy0>;
phy-mode = "rgmii";
phy-reset-duration = <10>;
+ phy-reset-post-delay = <200>;
phy-reset-gpios = <&gpio3 4 GPIO_ACTIVE_LOW>;
status = "okay";