Hi everyone;
I used TPS65930 as the PMIC of the OMAP3530,but still use the driver of PMIC of TPS65950 for the TPS65930.
In arch/arm/mach-omap2/board-omap3evm.c file , when I use I2C_BOARD_INFO("twl4030", 0x48) Register I2C driver for the PMIC,the system can be boot normal.
But when I use I2C_BOARD_INFO("tps65930", 0x48).The LCD can not display and there is FB Failed Info LOOP print on the console as below:
init: untracked pid 1528 exited
omaplfb: OMAPLFB_Init: OMAPLFBInit failed
request_suspend_state: wakeup (0->0) at 155383605960 (1970-01-01 00:02:35.383605
960 UTC)
init: untracked pid 1553 exited
omaplfb: OMAPLFB_Init: OMAPLFBInit failed
request_suspend_state: wakeup (0->0) at 160209533694 (1970-01-01 00:02:40.209533
694 UTC)
..........
What can I do ? Thanks for any suggestion.
Tommy