summaryrefslogtreecommitdiff
path: root/board/gateworks
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2015-05-15 16:18:31 (GMT)
committerStefano Babic <sbabic@denx.de>2015-05-19 13:04:44 (GMT)
commite06a03625d00668a1f90408ea1e4cd29752207fe (patch)
tree6d574b72bf2d7a4e68eff3af1a012cec08e4c72c /board/gateworks
parent55ff55e9b423611e180106a3190c6ece68665baf (diff)
downloadu-boot-fsl-qoriq-e06a03625d00668a1f90408ea1e4cd29752207fe.tar.xz
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 <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks')
-rw-r--r--board/gateworks/gw_ventana/gw_ventana_spl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana_spl.c b/board/gateworks/gw_ventana/gw_ventana_spl.c
index 79cb594..2bec428 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)