mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
colibri-imx6ull: fix usb host mode
This fixes an issue with USB host mode. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
64c751f635
commit
4721d7d3b4
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
|||
|
||||
/* Colibri USBC */
|
||||
&usbotg1 {
|
||||
dr_mode = "otg";
|
||||
dr_mode = "host";
|
||||
srp-disable;
|
||||
hnp-disable;
|
||||
adp-disable;
|
||||
|
|
Loading…
Reference in a new issue