u-boot/arch/arm/mach-snapdragon
Caleb Connolly e64503f1fc
mach-snapdragon: implement ft_board_setup() for USB role selection
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 adjust the dr_mode property for these boards.

While we're here, define pr_fmt for this file so we can more easily
identify log messages.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
2024-04-23 13:29:30 +02:00
..
include/mach board: dragonboard410c: import board code from mach-snapdragon 2024-03-01 14:44:37 +00:00
board.c mach-snapdragon: call regulators_enable_boot_on() 2024-04-04 17:46:47 +02:00
Kconfig mach-snapdragon: Allow other board vendors apart from Qcom 2024-04-23 13:29:12 +02:00
Makefile mach-snapdragon: fixup USB nodes 2024-04-04 17:46:47 +02:00
of_fixup.c mach-snapdragon: implement ft_board_setup() for USB role selection 2024-04-23 13:29:30 +02:00
qcom-priv.h mach-snapdragon: fixup USB nodes 2024-04-04 17:46:47 +02:00