
13 Dec
2022
13 Dec
'22
9:30 a.m.
Hi,
On Mon, 12 Dec 2022 14:00:57 -0500 Tom Rini trini@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@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