mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-10 09:17:00 +02:00
Add a fixup to force dr_mode to host for U-Boot. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/* This is usually OTG but U-Boot doesn't support that properly */
|
|
&usb_dwc3 {
|
|
dr_mode = "host";
|
|
};
|