On Sat, Aug 15, 2009 at 05:07:01PM +0200, ext Jarkko Nikula wrote: > On Sat, 15 Aug 2009 20:19:17 +0530 > "Gadiyar, Anand" <gadiyar@xxxxxx> wrote: > > > > diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig > > > index 803adcb..e27ed96 100644 > > > --- a/drivers/usb/musb/Kconfig > > > +++ b/drivers/usb/musb/Kconfig > > > @@ -13,6 +13,7 @@ config USB_MUSB_HDRC > > > select NOP_USB_XCEIV if ARCH_DAVINCI > > > select TWL4030_USB if MACH_OMAP_3430SDP > > > select NOP_USB_XCEIV if MACH_OMAP3EVM > > > + select NOP_USB_XCEIV if MACH_OMAP3_BEAGLE > > > > Shouldn't we be selecting TWL4030_USB if MACH_OMAP3_BEAGLE. > > The beagleboard does use the PHY in the TWL4030, and not > > a transparent PHY. > > > Could be. I have no very much idea of these :-) > > I happened to have both of these below enabled and 2.6.31-rc5 was still > booting. > > CONFIG_TWL4030_USB=y > CONFIG_NOP_USB_XCEIV=y > > But anyway, I don't get Beagle booting with 2.6.31-rc6 if I disable any > of them and IRCC another oops will follow if both are disabled. There's a patch from me adding back the twl4030_usb pdata to beagle board-file and another one from Paul which changed the defconfig. It should be easy to find on the archives. Eduardo Valentin reported that to me so I was asking him to test the stuff for me. -- balbi -- 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