summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAbbie Chang <[email protected]>2021-01-14 13:34:12 -0800
committerTom Rini <[email protected]>2021-01-27 10:47:47 -0500
commita70d7b0192333133f8525305cce40f3d30e4281d (patch)
tree7ee5bda74e28c5a0071d804b34d341dc4a9424ad /include
parentfebe13b438b3b02f0629f91f36928f3f300c7372 (diff)
net: phy: ca_phy: Add driver for CAxxxx SoCs
Add phy driver support for MACs embedded inside Cortina Access SoCs Signed-off-by: Abbie Chang <[email protected]> Signed-off-by: Alex Nemirovsky <[email protected]> CC: Joe Hershberger <[email protected]> CC: Tom Rini <[email protected]> CC: Aaron Tseng <[email protected]> Moved out PHY specific code out of Cortina NI Ethernet driver and into a Cortina Access PHY interface driver
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 cbdb10d6fce..7750efd8bb5 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -493,6 +493,7 @@ int phy_aquantia_init(void);
int phy_atheros_init(void);
int phy_broadcom_init(void);
int phy_cortina_init(void);
+int phy_cortina_access_init(void);
int phy_davicom_init(void);
int phy_et1011c_init(void);
int phy_lxt_init(void);