On Mon, Sep 14, 2015 at 10:59:29PM -0300, Fabio Estevam wrote: > On Mon, Sep 14, 2015 at 9:19 PM, Peter Chen <peter.chen@xxxxxxxxxxxxx> wrote: > > > That's so strange, do we need to enable clk_ahb before than clk_ipg? > > Would you please try below diff based on my patch? > > Same kernel crash with this one applied on top of the previous one. > Would you try below? diff --git a/drivers/usb/chipidea/Makefile b/drivers/usb/chipidea/Makefile index 4decb12..34e9f6e 100644 --- a/drivers/usb/chipidea/Makefile +++ b/drivers/usb/chipidea/Makefile @@ -16,4 +16,4 @@ obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_zevio.o obj-$(CONFIG_USB_CHIPIDEA_PCI) += ci_hdrc_pci.o -obj-$(CONFIG_USB_CHIPIDEA_OF) += usbmisc_imx.o ci_hdrc_imx.o +obj-$(CONFIG_USB_CHIPIDEA_OF) += ci_hdrc_imx.o usbmisc_imx.o > > > > Meanwhile, you may need below changes > > > > http://marc.info/?l=linux-usb&m=143640061512265&w=2 > > This proposed change is not correct. It passes IMX27_CLK_USB_AHB_GATE > as if it were the clock driving the ULPI PHY, which is clearly wrong. But the error log looks similar, it seems we does not open IMX27_CLK_USB_AHB_GATE correctly. -- Best Regards, Peter Chen -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html