Re: [U-Boot] [PATCH v2 17/19] imx: ventana: add pmic_setup to SPL

2015-05-19 Thread Stefano Babic
On 15/05/2015 18:18, Tim Harvey wrote: > 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 > --- > v2: rebased > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

[U-Boot] [PATCH v2 17/19] imx: ventana: add pmic_setup to SPL

2015-05-15 Thread Tim Harvey
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 --- v2: rebased --- board/gateworks/gw_ventana/gw_ventana_spl.c | 3 +++ include/configs/gw_ventana.h| 1 + 2 files changed, 4 insertions(+) diff --git a/board/gateworks