summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
diff options
context:
space:
mode:
authorAlifer Moraes <alifer.wsdm@gmail.com>2020-03-06 07:42:19 -0300
committerShawn Guo <shawnguo@kernel.org>2020-03-11 17:12:32 +0800
commit1436b5bc25a4e40a2b003e07a15884988ada4421 (patch)
treeddfddeeacaa14f1026754f00c0b313b6c048c988 /arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
parentf0692bb890c177a5cec713f5dbcf1ea2cb19649c (diff)
arm64: dts: imx8mq-phanbell: Fix Ethernet PHY post-reset duration
i.MX8MQ Phanbell board uses Realtek RTL8211FD as Ethernet PHY. Its datasheet states that the proper post reset duration should be at least 50 ms. Fixes: f34d4bfab354 ("arm64: dts: imx8mq-phanbell: Add support for ethernet") Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
index 1a04d01acc18..77ab568fae67 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
@@ -264,7 +264,7 @@
phy-mode = "rgmii-id";
phy-reset-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
phy-reset-duration = <10>;
- phy-reset-post-delay = <30>;
+ phy-reset-post-delay = <50>;
phy-handle = <&ethphy0>;
fsl,magic-packet;
status = "okay";