mach-snapdragon: of_fixup: Drop USB dr_mode override for RB1/2
authorSumit Garg <sumit.garg@oss.qualcomm.com>
Fri, 16 May 2025 13:08:54 +0000 (18:38 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 24 Jun 2025 13:54:03 +0000 (07:54 -0600)
commit787ef52288456e580e25e2b88b2f318e10990137
tree056c2e40e20ea17f30edf63df415f57a1841edf1
parentddc527ac4331b3cc73f29d30127944f477d6a6f0
mach-snapdragon: of_fixup: Drop USB dr_mode override for RB1/2

The default DIP switch configuration on RB1/2 is to enable flashing
support via USB type-c port either using QDL or fastboot. It's just
cumbersome to get the host mode working in U-Boot via DIP switch toggle
when you need the flashing capability using the type-c port.

So instead lets enable fastboot in U-Boot for RB1/2 boards which is
more useful in the default board DIP switch configuration. This let's
us to drop dr_mode DT fixup.

Signed-off-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250516130854.606067-1-sumit.garg@kernel.org
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
arch/arm/mach-snapdragon/of_fixup.c