commit | f2a1bed0103a9efd216d7e2ef3c54f58a61a5022 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Wed May 05 10:38:57 2021 +0200 |
committer | Neil Armstrong <narmstrong@baylibre.com> | Fri May 14 17:41:12 2021 +0200 |
tree | 8f8a9b8eb98195cd549d7b931c54766f65d6fac5 | |
parent | 400b06f41eb28b34e3142b64ad949ed0bf693fc6 [diff] |
usb: dwc3-meson-g12a: skip phy on -ENODATA aswell If the PHY isn't specified in the DT, -ENODATA means it should be skipped, handle it like -ENOENT. With that, devices without USB3 supported can have USB working (Odroid-HC4). Fixes: adb049abf7 ("usb: dwc3: Add Meson G12A USB Glue") Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>