From e06a03625d00668a1f90408ea1e4cd29752207fe Mon Sep 17 00:00:00 2001 From: Tim Harvey Date: Fri, 15 May 2015 09:18:31 -0700 Subject: imx: ventana: add pmic_setup to SPL We need to do any PMIC setup in the SPL if we are to bypass U-Boot for falcon mode. Signed-off-by: Tim Harvey --- board/gateworks/gw_ventana/gw_ventana_spl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/gateworks/gw_ventana/gw_ventana_spl.c') diff --git a/board/gateworks/gw_ventana/gw_ventana_spl.c b/board/gateworks/gw_ventana/gw_ventana_spl.c index 79cb5943d0..2bec428aa1 100644 --- a/board/gateworks/gw_ventana/gw_ventana_spl.c +++ b/board/gateworks/gw_ventana/gw_ventana_spl.c @@ -551,6 +551,9 @@ void spl_board_init(void) default: puts("Unknown boot device\n"); } + + /* PMIC init */ + setup_pmic(); } void reset_cpu(ulong addr) -- cgit v1.2.1