Re: [PATCH] hmibsc_defconfig: disable DM_USB_GADGET

2025-04-09 Thread Caleb Connolly
On Wed, 02 Apr 2025 16:28:03 +0200, Caleb Connolly wrote: > As with the db410c this breaks linking as it conflicts with the USB > controller used by these platforms. > > This fixes building after DM_USB_GADGET was enabled by default for > mach-snapdragon. > > > [...] Applied, thanks! [1/1] h

Re: [PATCH] hmibsc_defconfig: disable DM_USB_GADGET

2025-04-03 Thread Sumit Garg
On Wed, Apr 02, 2025 at 04:28:03PM +0200, Caleb Connolly wrote: > As with the db410c this breaks linking as it conflicts with the USB > controller used by these platforms. > > This fixes building after DM_USB_GADGET was enabled by default for > mach-snapdragon. > > Fixes: 7235dbedfce3 (mach-snapd

[PATCH] hmibsc_defconfig: disable DM_USB_GADGET

2025-04-02 Thread Caleb Connolly
As with the db410c this breaks linking as it conflicts with the USB controller used by these platforms. This fixes building after DM_USB_GADGET was enabled by default for mach-snapdragon. Fixes: 7235dbedfce3 (mach-snapdragon: enable DM_USB_GADGET by default) Signed-off-by: Caleb Connolly --- co