diff options
-rw-r--r-- | board/gateworks/venice/spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gateworks/venice/spl.c b/board/gateworks/venice/spl.c index 04dc0d66ea9..e9cdede6214 100644 --- a/board/gateworks/venice/spl.c +++ b/board/gateworks/venice/spl.c @@ -302,6 +302,7 @@ void board_init_f(ulong dummy) mdelay(10); } pinctrl_select_state(bus, "default"); + mdelay(10); } } /* Wait indefiniately until the GSC probes */ |