diff mbox series

imx8mp-venice-gw74xx: fix USB host

Message ID 20240619212731.2083570-1-tharvey@gateworks.com
State Changes Requested
Delegated to: Fabio Estevam
Headers show
Series imx8mp-venice-gw74xx: fix USB host | expand

Commit Message

Tim Harvey June 19, 2024, 9:27 p.m. UTC
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Fabio Estevam June 19, 2024, 9:34 p.m. UTC | #1
Hi Tim,

On Wed, Jun 19, 2024 at 6:27 PM Tim Harvey <tharvey@gateworks.com> wrote:
>
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Please write a commit message.
diff mbox series

Patch

diff --git a/arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi b/arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi
index 240fbc1b568f..a90794d8108a 100644
--- a/arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi
@@ -243,3 +243,8 @@ 
 &wdog1 {
 	bootph-pre-ram;
 };
+
+/* gpio-usb-con not supported yet in U-Boot so make this a host for now */
+&usb_dwc3_0 {
+	dr_mode = "host";
+};