Hi,
I'm building a kernel from source (Arago-Dora) based on SDK 7.0.
I've having issues getting the MUSB driver to enumerate on boot. I've applied one of the patches suggested to move the DMA controller to the top in am33xx.dtsi.
http://www.spinics.net/lists/linux-omap/msg105854.html
I've tried building MUSB_HDRC into the kernel as well as making it a module without any luck.
I've compared the am335x-evmsdk.dts, am335x-evm.dts and am33xx.dtsi against those found in SDK 7.0 and fixed a couple minor issues with the ctrl-mod address (@441e000).
Comparing this build to a working SDK 6.0 build, I never see the cppi41dma registration messages or the musb driver messages on boot.
Any ideas?
Thanks,
Robert