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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";