]> git.baikalelectronics.ru Git - uboot.git/commit
phy: nop-phy: Enable reset-gpios support
authorAdam Ford <aford173@gmail.com>
Sat, 29 Jan 2022 13:27:47 +0000 (07:27 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Feb 2022 16:29:23 +0000 (11:29 -0500)
commit0bf3abc7acfc84012890a5edc892bbcb9a141b6f
tree72ec1fdc61954af03dc1710374785f3931f763bb
parentf29add917e7f13f69262065f72fee6a37c2ae770
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>
drivers/phy/nop-phy.c