Files
meta-bsp-imx8mm/recipes-bsp/u-boot/compulab/imx8mm/0049-mcm-imx8m-mini-dts-Enable-usbotg2-in-host-mode.patch
T
2023-02-09 00:44:25 +02:00

30 lines
755 B
Diff

From 4d8f74402acb4986f1db484b55d15c80de2f4acd Mon Sep 17 00:00:00 2001
From: Valentin Raevsky <valentin@compulab.co.il>
Date: Thu, 9 Jul 2020 23:00:55 +0300
Subject: [PATCH 049/126] mcm-imx8m-mini: dts: Enable usbotg2 in host mode
Make the ubsotg2 work in U-Boot in host mode.
Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
---
arch/arm/dts/mcm-imx8m-mini.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/dts/mcm-imx8m-mini.dts b/arch/arm/dts/mcm-imx8m-mini.dts
index 2c3723a42c..85f4c46dd7 100644
--- a/arch/arm/dts/mcm-imx8m-mini.dts
+++ b/arch/arm/dts/mcm-imx8m-mini.dts
@@ -465,7 +465,8 @@
};
&usbotg2 {
- status = "disabled";
+ dr_mode = "host";
+ status = "okay";
};
&cpu_alert0 {
--
2.11.0