commit | cc3fe06e09ceb4cbac86e84e4ed3ed81da29d969 | [log] [tgz] |
---|---|---|
author | Meng Dongyang <daniel.meng@rock-chips.com> | Thu Jun 08 15:34:20 2017 +0800 |
committer | Marek Vasut <marex@denx.de> | Sat Jun 17 17:59:03 2017 +0200 |
tree | 4872b13bb49c7f769bc58819aece8a94229dd2b9 | |
parent | 183f1d272a03962a75bf7dd7bb7bac97c99cbdb7 [diff] |
usb: dwc2: force to host mode if not support HNP/SRP In current code, after running the command of "usb start", the controller will keep in otg mode and can't switch to host mode if not support SNP/SRP capability. So add the property of "hnp-srp-disable" in the DTS to config the contrller work in force mode of host. Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>