commit | 13050c9ff59332dc671add0815d54bc5d923130a | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Jan 22 12:02:02 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 28 16:08:11 2022 -0500 |
tree | 56a2f9d67817fe38afb9d892391c86c2a0166197 | |
parent | bf1abb104b9ea1e5f61d264a520c9b586353c5e3 [diff] |
phy: nop-phy: Enable reset-gpios support Some usb-nop-xceiv devices use a gpio to put them in and out of reset. Add a reset function to put them into that state. This is similar to how Linux handles the usb-nop-xceiv driver. Signed-off-by: Adam Ford <aford173@gmail.com>