diff options
author | Michael Trimarchi <michael@amarulasolutions.com> | 2022-04-12 10:31:37 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 19:10:44 +0200 |
commit | a2f5c9366a42572f9d4aa49174ac117408bf7c12 (patch) | |
tree | d49da5c1e1b946e6c91be3e36aa7cbf7a2d64e1d /include/phy.h | |
parent | 087baf80ec70660b71ea578b20f357c24deb2ed4 (diff) |
net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driver
Add driver for the NXP TJA1100 and TJA1101 PHYs. These PHYs are special
BroadRReach 100BaseT1 PHYs used in automotive.
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'include/phy.h')
-rw-r--r-- | include/phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phy.h b/include/phy.h index 1a30aee542..528839a33d 100644 --- a/include/phy.h +++ b/include/phy.h @@ -556,6 +556,7 @@ int phy_micrel_ksz90x1_init(void); int phy_meson_gxl_init(void); int phy_natsemi_init(void); int phy_nxp_c45_tja11xx_init(void); +int phy_nxp_tja11xx_init(void); int phy_realtek_init(void); int phy_smsc_init(void); int phy_teranetics_init(void); |