[U-Boot] [PATCH] imx: ventana: relax phy reset times

Tim Harvey tharvey at gateworks.com
Tue Mar 21 14:49:49 UTC 2017


Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
 board/gateworks/gw_ventana/gw_ventana.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c
index dc8cd88..7052663 100644
--- a/board/gateworks/gw_ventana/gw_ventana.c
+++ b/board/gateworks/gw_ventana/gw_ventana.c
@@ -132,9 +132,9 @@ static void setup_iomux_enet(int gpio)
 	/* toggle PHY_RST# */
 	gpio_request(gpio, "phy_rst#");
 	gpio_direction_output(gpio, 0);
-	mdelay(10);
+	mdelay(2);
 	gpio_set_value(gpio, 1);
-	mdelay(100);
+	mdelay(15);
 }
 
 #ifdef CONFIG_USB_EHCI_MX6
-- 
2.7.4



More information about the U-Boot mailing list