commit | edc1e75acd0e92dbf06a98be6c82f4e3be51ba4c | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Thu Aug 08 10:51:33 2024 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Oct 11 05:11:06 2024 +0200 |
tree | ed94a4010f85a7cecbdb19e7daa6030f954ea9f2 | |
parent | 7bf54f1a346225c4e234f0aa764a42546cabc756 [diff] |
usb: dwc3-generic: fix CONFIG_DM_REGULATOR-off case When DM_REGULATOR is disabled, all calls will return -ENOSYS. Account for that so that targets like the IOT2050 will work again. Fixes: de451d5d5b6f ("usb: dwc3-generic: support external vbus regulator") Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>