Re: [PATCH V4] phy: nop-phy: Enable reset-gpios support

2022-02-11 Thread Tom Rini
On Sat, Jan 29, 2022 at 07:27:47AM -0600, Adam Ford wrote: > 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 Applied to u-boot/mast

[PATCH V4] phy: nop-phy: Enable reset-gpios support

2022-01-29 Thread Adam Ford
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 --- V4: Fix build errors on k2e_evm V3: Encapsulate the nop_phy_ops reference to nop_phy_res