summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Foster <colin.foster@in-advantage.com>2024-05-31 13:38:17 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-27 11:04:22 +0100
commit8f53372487036063ad4de056230504bf7861146b (patch)
tree521438106fe8007282c45fd526d5569ca17d6c3e
parent433d4dbb6a5f355dcbb4f4adfa5e71a3a63e7556 (diff)
downloadlinux-8f53372487036063ad4de056230504bf7861146b.tar.gz
linux-8f53372487036063ad4de056230504bf7861146b.tar.bz2
linux-8f53372487036063ad4de056230504bf7861146b.zip
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 <colin.foster@in-advantage.com> Link: https://lore.kernel.org/r/20240531183817.2698445-1-colin.foster@in-advantage.com Signed-off-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Nobuhiro Iwamatsu (CIP) <nobuhiro1.iwamatsu@toshiba.co.jp> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/arm/boot/dts/am335x-bone-common.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
index 57004ecf0c34..96269645ec35 100644
--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
@@ -381,7 +381,7 @@
/* Support GPIO reset on revision C3 boards */
reset-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
reset-assert-us = <300>;
- reset-deassert-us = <6500>;
+ reset-deassert-us = <13000>;
};
};