commit | 18f400babf104973cd1a0b720715e831dc812599 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Feb 26 10:13:09 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 10 13:57:04 2022 -0500 |
tree | 7bbd1dea37d49ac21e0fc73b1d8958f5b6ed5570 | |
parent | 24802b6621912ae26e0c1aa60a25dfa371b1b272 [diff] |
ARM: am3517-evm: Remove more non-DM legacy ethernet reset code The ethernet controller is DM compliant, and the device tree defines it. There is no need to manually handle pulling the ethernet out of reset. Signed-off-by: Adam Ford <aford173@gmail.com> Tested-by: Derald D. Woods <woods.technical@gmail.com>