commit | 1585b20c97bd7f0c6dd92e85dbc5cedd6ff8bcc8 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Apr 07 15:55:55 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 19:10:44 2022 +0200 |
tree | eeb20fec04bec7c3e7b4e63a95545fcbb0bbfbbc | |
parent | a08bc872f389dc5df7081a0a2b1964eaee27aebb [diff] |
imx8m: soc: drop phy-reset-gpios for fec Need to drop phy-reset-gpios before booting linux, this property is legacy property and replaced with reset-gpios. If provide both, kernel would failed to request the same gpio twice and cause fec not work. Signed-off-by: Peng Fan <peng.fan@nxp.com>