On Mon, May 7, 2018 at 10:39 AM, Tony Lindgren <tony@xxxxxxxxxxx> wrote: > * Adam Ford <aford173@xxxxxxxxx> [180506 05:55]: >> I am not exactly sure how the hwmods work, but I am getting the >> following error when attempting to load the am3517-evm USB drivers: >> >> >> musb-omap2430 480ab000.usb_otg_hs: _od_fail_runtime_resume: FIXME: >> missing hwmod/omap_dev info >> >> >> Since the error state "FIXME" I assume something changed somewhere and >> the am3517 was left behind. Does anyone have any pointers for me on >> how to fix it? > > I think there's something missing in the dts or hwmod_data file > and omap_device_build_from_dt() fails. Maybe add some printk > to omap_device_build_from_dt() to see where it fails? > After some digging, I noticed the AM35x glue doesn't seem to have device tree support, and the attempt to add it seems like it got rejected by you. Is the musb-omap2430 the right glue for the AM3517 or do we need to somehow update the am35x to support device tree? The series that attemped this is located: https://patchwork.kernel.org/project/linux-omap/list/?submitter=144061 > If the driver modules attempt to probe, it can't be > status = "disabled" type issue.. Thanks adam > > Regards, > > Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html