Merge branch 'u-boot-arm/next' into 'u-boot-arm/master'
[platform/kernel/u-boot.git] / board / samsung / universal_c210 / universal.c
index 54d0e1e..3feef3f 100644 (file)
@@ -49,7 +49,7 @@ int power_init_board(void)
         * For PMIC the I2C bus is named as I2C5, but it is connected
         * to logical I2C adapter 0
         */
-       ret = pmic_init(I2C_5);
+       ret = pmic_init(I2C_0);
        if (ret)
                return ret;