
On 21/03/2017 15:49, Tim Harvey wrote:
Signed-off-by: Tim Harvey tharvey@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@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