Re: [PATCH 5/6] mach-snapdragon: of_fixup: set dr_mode for RB1/2 boards

2025-04-10 Thread Sumit Garg
On Wed, Apr 09, 2025 at 07:17:28PM +0200, Caleb Connolly wrote: > The RB1 and RB2 have a single USB controller which is manually muxed > between a type-c port and an internal USB hub via a DIP switch. OTG is > supported in Linux, but the DWC3 driver in U-Boot can only handle a > single mode, and de

Re: [PATCH 5/6] mach-snapdragon: of_fixup: set dr_mode for RB1/2 boards

2025-04-10 Thread Neil Armstrong
On 09/04/2025 19:17, Caleb Connolly wrote: The RB1 and RB2 have a single USB controller which is manually muxed between a type-c port and an internal USB hub via a DIP switch. OTG is supported in Linux, but the DWC3 driver in U-Boot can only handle a single mode, and defaults to peripheral mode.