commit | 101c5baa7422e7fb6b9591eda1492f25a615aad0 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Mon Apr 29 18:37:08 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat May 04 13:04:01 2019 -0400 |
tree | eee65154e9bea1be748c0293fdce71a97dc6d1a2 | |
parent | 3da5da3da6bc3271dc4e25ee83c9ff6388f1e41f [diff] |
net: davinci_emac: drop support for unused PHYs The boards with SoCs from the DaVinci DM* family used to come with different PHYs that needed special support implemented in mach-davinci. Since the support for these chips has long been removed, we can now drop this unnused code from the emac driver. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>