]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gateworks/gw_ventana/gw_ventana.c
imx: ventana: detect pmic using i2c probe instead of board model
[karo-tx-uboot.git] / board / gateworks / gw_ventana / gw_ventana.c
index 8c6f4692fbfd266776654d3020476882fe3baddb..22f3b3860b4718c4dfc60560e8010dbd327d77ca 100644 (file)
@@ -468,7 +468,7 @@ static void setup_display(void)
 /* setup board specific PMIC */
 int power_init_board(void)
 {
-       setup_pmic(board_type);
+       setup_pmic();
        return 0;
 }