]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: qrb4210-rb2-u-boot: add u-boot fixups
authorCaleb Connolly <caleb.connolly@linaro.org>
Thu, 18 Apr 2024 17:25:48 +0000 (18:25 +0100)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:30 +0000 (13:29 +0200)
Add a fixup to force dr_mode to host for U-Boot.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
arch/arm/dts/qrb4210-rb2-u-boot.dtsi [new file with mode: 0644]

diff --git a/arch/arm/dts/qrb4210-rb2-u-boot.dtsi b/arch/arm/dts/qrb4210-rb2-u-boot.dtsi
new file mode 100644 (file)
index 0000000..7d1375f
--- /dev/null
@@ -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";
+};