Re: [PATCH] usb: gadget: omap_udc: fix USB gadget regression on Palm TE

From: Arnd Bergmann
Date: Sat Feb 17 2024 - 15:02:38 EST


On Sat, Feb 17, 2024, at 20:20, Aaro Koskinen wrote:
> When upgrading from 6.1 LTS to 6.6 LTS, I noticed the ethernet gadget
> stopped working on Palm TE.
>
> Commit 8825acd7cc8a ("ARM: omap1: remove dead code") deleted Palm TE from
> machine_without_vbus_sense(), although the board is still used. Fix that.
>
> Fixes: 8825acd7cc8a ("ARM: omap1: remove dead code")
> Signed-off-by: Aaro Koskinen <aaro.koskinen@xxxxxx>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

Sorry about that, I must have used the wrong regex while
searching for these while removing a lot of the other
palm variants.

Arnd