commit | d266d4b63873c2176677a79d48faeb9db7d4acdd | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <peter@korsgaard.com> | Wed Jun 28 14:26:48 2023 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Jul 03 10:46:34 2023 +0200 |
tree | 31f94b6f7f5965471adffbe46e6c3a43ecc2768a | |
parent | ac29400f1f4ae5df2542bacfe4c142db7824bd6c [diff] |
usb: dwc3-generic: Ensure reset GPIO is configured as an output GPIOD_ACTIVE_LOW is not enough to configure a GPIO as an output, we need GPIOD_IS_OUT as well. Fixes: b252d79b0936d60b ("usb: dwc3: Add support to reset usb ULPI phy") Signed-off-by: Peter Korsgaard <peter@korsgaard.com>