summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOleksii Bidnichenko <oleksii.bidnichenko@toradex.com>2021-10-27 11:30:44 +0300
committerOleksii Bidnichenko <oleksii.bidnichenko@toradex.com>2021-10-27 12:18:57 +0300
commitca723c60d38197d83854fb95495e24d73103b3fd (patch)
tree3f744aee86b16312fb4d524dd641cf77b4cc3227 /include
parent1e8dc5e388e692e657c4cfb4a883b73cde9997bc (diff)
drivers:net:phy Add KSZ9XX1 phy for apalis imx6
Backport a newer version of the Ethernet PHY to support a new Gigabit Ethernet Transceiver (KSZ9131). Backported from: d397f7c45b0b ("net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers") Related-to: ELB-4181 Signed-off-by: Oleksii Bidnichenko <oleksii.bidnichenko@toradex.com>
Diffstat (limited to 'include')
-rw-r--r--include/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phy.h b/include/phy.h
index 268d9a1823..283a61406f 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -259,6 +259,7 @@ int phy_et1011c_init(void);
int phy_lxt_init(void);
int phy_marvell_init(void);
int phy_micrel_init(void);
+int phy_micrel_ksz90x1_init(void);
int phy_natsemi_init(void);
int phy_realtek_init(void);
int phy_smsc_init(void);