Re: [PATCH v2 1/2] net: mdio: Handle bus level GPIO Reset

2024-03-07 Thread Tom Rini
On Wed, Feb 28, 2024 at 12:35:26PM +0200, Roger Quadros wrote: > Some platforms have bus level Reset controlled > by a GPIO line. If available then handle bus reset > via GPIO. > > Signed-off-by: Roger Quadros Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 1/2] net: mdio: Handle bus level GPIO Reset

2024-02-28 Thread Roger Quadros
Some platforms have bus level Reset controlled by a GPIO line. If available then handle bus reset via GPIO. Signed-off-by: Roger Quadros --- Changelog: v2: - Fix build if DM_GPIO not set - Fix build on platforms that don't have by using --- include/phy.h | 7 +++ net/mdio-uclass.c