Re: [PATCH 6/9] mach-snapdragon: implement ft_board_setup() for USB role selection

2024-04-18 Thread Caleb Connolly
On 18/04/2024 18:25, Caleb Connolly wrote: > Some Qualcomm boards have only one USB controller which is muxed between > the type-c port and an internal USB hub for type-A and ethernet. We > modify the DT for these to force them to host mode in U-Boot. However in > Linux DRD role switching is sup

[PATCH 6/9] mach-snapdragon: implement ft_board_setup() for USB role selection

2024-04-18 Thread Caleb Connolly
Some Qualcomm boards have only one USB controller which is muxed between the type-c port and an internal USB hub for type-A and ethernet. We modify the DT for these to force them to host mode in U-Boot. However in Linux DRD role switching is supported (required, even). Use ft_board_setup() to adjus