commit | 4ac026a937993230ce22782d20c3c92441a115b9 | [log] [tgz] |
---|---|---|
author | Sebastian Reichel <sebastian.reichel@collabora.com> | Fri Apr 23 16:15:08 2021 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Sun May 02 12:46:54 2021 +0200 |
tree | 34bcaf1e53186c483d4275cbef83b3e542c2b468 | |
parent | 512bda95ed08dee32853f55983caacf939ae7bd5 [diff] |
board: ge: bx50v3: add phy reset GPIO Add PHY's reset GPIO, so that U-Boot does a PHY hard reset. This is needed, since the PHY might become unresponsive if watchdog reboots the system while a transaction is ongoing. The reset GPIO is added to the U-Boot specific DT files, since the kernel does not setup the reserved registers correctly after resetting the PHY and thus must not reset it. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>