From 8995a96d1d6760c930e37fc92fb718624f5d8fbf Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Wed, 18 Oct 2017 10:02:10 +0200 Subject: net: phy: Add Amlogic Meson GXL Internal PHY support The Amlogic Meson GXL/GXM families embeds an internal RMII Ethernet PHY. The PHY acts as a generic PHY but needs a slight configuration right before it's configuration. Signed-off-by: Neil Armstrong --- include/phy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/phy.h') diff --git a/include/phy.h b/include/phy.h index a0b1f12317..50f1e12f8c 100644 --- a/include/phy.h +++ b/include/phy.h @@ -268,6 +268,7 @@ int phy_lxt_init(void); int phy_marvell_init(void); int phy_micrel_ksz8xxx_init(void); int phy_micrel_ksz90x1_init(void); +int phy_meson_gxl_init(void); int phy_natsemi_init(void); int phy_realtek_init(void); int phy_smsc_init(void); -- cgit v1.2.3