commit | ab74a3e5fce0bd786c12d375d13e268240d46aae | [log] [tgz] |
---|---|---|
author | Heiko Thiery <heiko.thiery@gmail.com> | Wed Feb 23 10:48:26 2022 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 15:36:17 2022 +0200 |
tree | 029522115e6b9ae99543ca5e0f9188ebc5679adb | |
parent | 26eaca69c949c853a24824d2296da470bde6cf18 [diff] |
ARM: imx: imx8mn-*-evk: use reset-gpios in phy node To be in sync with the linux devicetree change the 'phy-reset-gpios' in the fec node to 'reset-gpios' in the phy node. The PHY reset will be done by the eth-phy-uclass driver while probing the PHY. This is ok since it is done before probing the fec. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> Tested-by: Marek Vasut <marex@denx.de> # 8MNANOD4-EVK Reviewed-by: Fabio Estevam <festevam@gmail.com>