imx: ventana: add pmic_setup to SPL
[platform/kernel/u-boot.git] / board / gateworks / gw_ventana / gw_ventana_spl.c
index 79cb594..2bec428 100644 (file)
@@ -551,6 +551,9 @@ void spl_board_init(void)
        default:
                puts("Unknown boot device\n");
        }
+
+       /* PMIC init */
+       setup_pmic();
 }
 
 void reset_cpu(ulong addr)