Commit 1436b5bc authored by Alifer Moraes's avatar Alifer Moraes Committed by Shawn Guo

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: f34d4bfa ("arm64: dts: imx8mq-phanbell: Add support for ethernet")
Signed-off-by: default avatarAlifer Moraes <alifer.wsdm@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f0692bb8
......@@ -264,7 +264,7 @@ &fec1 {
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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment