commit | 13ae2a40e7d458ad0c2961359c346578a305263d | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Fri Sep 22 15:26:33 2017 +0800 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Nov 10 19:10:33 2017 +0530 |
tree | 0675557c844bf8f686bb7a6d37d303e8a5230571 | |
parent | 60567a320f4a55f05ae94fbb34f7aac0dd4c8fea [diff] |
net: sun8i_emac: Fix build for non-H3/H5 SoCs Only the H3/H5 SoCs have an internal PHY and its related clock and reset controls. Use an #ifdef to guard the internal PHY control code block so it can be built for other SoCs, such as the A83T or A64. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Jagan Teki <jagan@openedev.com>