Hi, * Eric Witcher [090816 04:50]: > Tony Lindgren atomide.com> writes: > > > > > I don't have a Beagle, so somebody please check this defconfig and enable > > PM and OTG if possible. > > > > Tony > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > > the body of a message to majordomo vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > > Hi, > > I checked this defconfig at it's commit > 5dc8c8ffb27d93533d71493ca4a419f0290a3b2f > with the following: > > 1. Brought omap3_beagle_defconfig forward to 2.6.31-rc5 level. > (via make gconfig) > > 2. Enabled CONFIG_PM, CONFIG_USB_MUSB_OTG, and > CONFIG_USB_GADGET_MUSB_HDRC with associated > default subchoices. (via make gconfig) Great! > 3. Removed 1 line work in progress? from arch/arm/mach-omap2/serial.c Yes, the related change is still in for-next, seem that it's going in when the merge window opens. > 4. Added previously posted (but not committed) patch > for drivers/usb/otg/twl4030-usb.c > > I was able to boot through INIT. > Felipe, can you please check if you have the twl4030-usb.c fix queued up? > The diffs are against the 2.6.31-rc5 generated > version of omap3_beagle_defconfig. > > Hope this helps. Yes, thanks! Updated patch below. Tony