[U-Boot] [PATCH] imx: ventana: relax phy reset times
Stefano Babic
sbabic at denx.de
Tue Mar 21 14:56:50 UTC 2017
On 21/03/2017 15:49, Tim Harvey wrote:
> 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);
> }
Reviewed-by: Stefano Babic <sbabic at denx.de>
Tim, I have seen some warnings by compiling your new boards. Reason is
that the new configs (emmc, nand) are missing from the MAINTAINERS file.
Can you send a patch to fix this ? You can see the warnings if you run
"buildman gw_ventana" - thanks !
Best regards,
Stefano
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list