Hi, Experts :
I use Marvel 88Q2220 T1 Phy chip for CPSW9G PHY.
as far as I know, this chip only support clause 45 access
so I try to use "EnetPhy_readC45Reg()" in enetphy.c to read standard register.
it return some error message :
1. Mdio_readRegC45: PHY 3 is not configured for C45 access
2. EnetPhyMdioDflt_readC45: PHY 3: Failed to read C45 reg: -12
3. EnetPhy_readC45Reg: PHY 3: Failed to read MMD 1 reg 3: -12
It seems that you need to configure each phy as C45 access or C22 access first!
If it's yes, how do I set this configuration in code?
Many Thanks
Gibbs