From: Caleb Connolly Date: Thu, 18 Apr 2024 17:25:48 +0000 (+0100) Subject: arm: dts: qrb4210-rb2-u-boot: add u-boot fixups X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=956f6e4de48f5f6c549d403a9f6db78a8deef689;p=u-boot.git arm: dts: qrb4210-rb2-u-boot: add u-boot fixups Add a fixup to force dr_mode to host for U-Boot. Signed-off-by: Caleb Connolly --- diff --git a/arch/arm/dts/qrb4210-rb2-u-boot.dtsi b/arch/arm/dts/qrb4210-rb2-u-boot.dtsi new file mode 100644 index 0000000000..7d1375f38c --- /dev/null +++ b/arch/arm/dts/qrb4210-rb2-u-boot.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 + +/* This is usually OTG but U-Boot doesn't support that properly */ +&usb_dwc3 { + dr_mode = "host"; +};