mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 10:56:02 +01:00
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>
This commit is contained in:
committed by
Stefano Babic
parent
1dd4985ed4
commit
01c67a381c
@@ -530,7 +530,7 @@ int phy_init(void)
|
||||
phy_natsemi_init();
|
||||
#endif
|
||||
#ifdef CONFIG_NXP_C45_TJA11XX_PHY
|
||||
phy_nxp_tja11xx_init();
|
||||
phy_nxp_c45_tja11xx_init();
|
||||
#endif
|
||||
#ifdef CONFIG_PHY_REALTEK
|
||||
phy_realtek_init();
|
||||
|
||||
Reference in New Issue
Block a user