[PATCH] imx8mp-venice-gw74xx: fix USB host

19 Jun
2024
19 Jun
'24
11:27 p.m.
Signed-off-by: Tim Harvey tharvey@gateworks.com --- arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
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"; +};
--
2.25.1

19 Jun
19 Jun
11:34 p.m.
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.
323
Age (days ago)
323
Last active (days ago)
1 comments
2 participants
participants (2)
-
Fabio Estevam
-
Tim Harvey