commit | b2356be87d27efc0d2d1ecf0a65b663c59854aed | [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 | 019548efb03b804a4b3ae3329db4a5450be434ca [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>