commit | a59a8cb8f0aa9b4e76d7256552f29578ee132f62 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Jan 29 07:27:47 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 11 11:29:23 2022 -0500 |
tree | 72ec1fdc61954af03dc1710374785f3931f763bb | |
parent | 02acbf1fb4cd20821991962c49010300c70d6bbb [diff] |
phy: nop-phy: Enable reset-gpios support Some usb-nop-xceiv devices use a gpio take them 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>