[PATCH 2/2] musb-new: omap2430: fix musb probing in gadget mode

Andreas Kemnade andreas at kemnade.info
Tue Dec 13 09:30:39 CET 2022


Hi,

On Mon, 12 Dec 2022 14:00:57 -0500
Tom Rini <trini at konsulko.com> wrote:

> On Sat, Nov 26, 2022 at 11:30:10PM +0100, Andreas Kemnade wrote:
> 
> > Host mode structures were accessed but not initialized
> > and gadget dm did not compile at all.
> > 
> > Signed-off-by: Andreas Kemnade <andreas at kemnade.info>
> > ---
> >  drivers/usb/musb-new/omap2430.c | 42 ++++++++++++++++++++-------------
> >  1 file changed, 25 insertions(+), 17 deletions(-)  
> 
> This breaks omap3_beagle and omap3_evm.
> 
sorry, I will retest again. Probably best to add a CONFIG_DM_USB_GADGET
conditional there. That seems to be the problem there. I just thought
that nobody would care about non-CONFIG_DM_USB_GADGET and overlooked
the omap3 configs.

Regards,
Andreas


More information about the U-Boot mailing list