Skip to content

Commit 6736019

Browse files
colin-foster-in-advantagegregkh
authored andcommitted
ARM: dts: am335x-bone-common: Increase MDIO reset deassert time
commit b9bf5612610aa7e38d58fee16f489814db251c01 upstream. Prior to commit df16c1c51d81 ("net: phy: mdio_device: Reset device only when necessary") MDIO reset deasserts were performed twice during boot. Now that the second deassert is no longer performed, device probe failures happen due to the change in timing with the following error message: SMSC LAN8710/LAN8720: probe of 4a101000.mdio:00 failed with error -5 Restore the original effective timing, which resolves the probe failures. Signed-off-by: Colin Foster <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kevin Hilman <[email protected]> Signed-off-by: Nobuhiro Iwamatsu (CIP) <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent da090a6 commit 6736019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/am335x-bone-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
/* Support GPIO reset on revision C3 boards */
385385
reset-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
386386
reset-assert-us = <300>;
387-
reset-deassert-us = <6500>;
387+
reset-deassert-us = <13000>;
388388
};
389389
};
390390

0 commit comments

Comments
 (0)