diff options
author | Ariel D'Alessandro <ariel.dalessandro@collabora.com> | 2022-04-12 10:31:34 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 19:10:44 +0200 |
commit | 01c67a381c3e7dc70ad75b4d69ae3c82dff5afa8 (patch) | |
tree | 3a6b99706f592fa5e6bb9fe373f538e8e9ba01ef /include/phy.h | |
parent | 1dd4985ed485565c38a93792b33c17093b324472 (diff) | |
download | u-boot-01c67a381c3e7dc70ad75b4d69ae3c82dff5afa8.tar.gz |
phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specific
This driver supports NXP C45 TJA11XX PHYs, but there're also other NXP
TJA11XX PHYs. Let's rename functions in this driver to be c45 variant
specific, so further drivers can be introduced adding support for NXP
TJA11XX PHYs.
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Diffstat (limited to 'include/phy.h')
-rw-r--r-- | include/phy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phy.h b/include/phy.h index 5e3da4b01b..807c2932fd 100644 --- a/include/phy.h +++ b/include/phy.h @@ -553,7 +553,7 @@ 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_nxp_tja11xx_init(void); +int phy_nxp_c45_tja11xx_init(void); int phy_realtek_init(void); int phy_smsc_init(void); int phy_teranetics_init(void); |