mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
imx8mp-venice-gw74xx: default USB1 to host mode
The GW74xx USB1 controller connects to a dual-role connector using a GPIO for role detection via the usb-connector Linux driver (usb-conn-gpio.c). This drive does not exist yet in U-Boot so for now we will just default USB1 to host mode. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
143539ea70
commit
5b74b61369
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue