i.MX6UL: isiot: Switch the mmc env based on devno
[oweals/u-boot.git] / board / freescale / mx25pdk / mx25pdk.c
index 71a395c226c5a444b510c7d0147048e2e2f6c220..788d3c3e35972b83260daa11498f057214826eae 100644 (file)
@@ -146,8 +146,8 @@ int board_late_init(void)
        if (!p)
                return -ENODEV;
 
-       /* Turn on Ethernet PHY supply */
-       pmic_reg_write(p, MC34704_GENERAL2_REG, ONOFFE);
+       /* Turn on Ethernet PHY and LCD supplies */
+       pmic_reg_write(p, MC34704_GENERAL2_REG, ONOFFE | ONOFFA);
 
        return 0;
 }
@@ -186,3 +186,6 @@ int checkboard(void)
 
        return 0;
 }
+
+/* Lowlevel init isn't used on mx25pdk, so just provide a dummy one here */
+void lowlevel_init(void) {}