mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

Add a fixup to force dr_mode to host for U-Boot. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
6 lines
138 B
Text
6 lines
138 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/* This is usually OTG but U-Boot doesn't support that properly */
|
|
&usb_dwc3 {
|
|
dr_mode = "host";
|
|
};
|