commit | 686a0f08643919fe704a2695a28469b09d185de5 | [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 | 221904797e80fe24e3cf21ceb4e15bcc40b993d9 [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>