Hi all.
I am working on dm3730 with tps65930. The board has a USB OTG port using PHY on the PMIC. Now the problem is, when I enable the internal usb3v1 LDO in USB OTG driver drivers/usb/otg/twl4030-usb.c, the system stopped at "Starting kernel ...", but the UCLK pin of pmic outputs stable 60MHz clock. When I disable internal usb3v1 LDO in OTG driver(by commiting regulator_enable(twl->usb3v1);), system boots successfully, but UCLK has no clock output. Anyone can help me? Thanks in advence.