Dear igorpadykov
Attached is log, the slave devices of i2c3 are all probe failed.
If i disabled the da9053 init func in "mxc_board_init", like this:
#if defined(CONFIG_PMIC_DA9052)
#if !defined(CONFIG_MX53_MFG)
//mx53_b1023l_init_da9052();
#endif
#endif
other slave devices of i2c3 will be probe ok, i seach I2CnCR, how to do it?
I also try to do recovery i2c when booting up in uboot, like this:
#ifdef CONFIG_I2C_MXC
setup_i2c(CONFIG_SYS_I2C_PORT);
i2c_bus_recovery();
setup_pmic_voltages();
#endif
But if i enable i2c_bus_recovery, the system will can't be booting up.