Hi!
I am using OMAP3530 and tps65930.For some reasons, we don't use the I2C1 to control tps65930,instead I2C3 are used.
We successfully boot x-loader and u-boot from SD card by enabling VMMC1 LDO through I2C3 .
But after the kernel has been uncompressed, it halt runing.
What may be the problem?
I guess if the kernel is communicating with tps65930 at boot time using I2C1, which we did not use at all. The Kernel can't receive any ACK from the I2C1, thus causing it to try in a dead loop .
Or is there any other reasons?
THANKS!