Tool/software:
Hello TI experts, I am currently using the Marvell 88Q2112 connected to the MCU_CPSW port. How can I access a Clause 45 (C45) type PHY in U-Boot?" My SDK version is
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello TI experts, I am currently using the Marvell 88Q2112 connected to the MCU_CPSW port. How can I access a Clause 45 (C45) type PHY in U-Boot?" My SDK version is
Hi,
You should be able to do it using mii tool from u-boot. Are you facing any issues with that.
Regards,
Tanmay
Hi Tanmay,
Thank you for your suggestion. I have attempted to use the mii
tool in U-Boot to access Clause 45 (C45) PHY registers,but it returned all 0. However, after reviewing the source code of the CPSW MDIO driver (drivers/net/phy/cpsw_mdio.c
), I observed that the current implementation lacks native support for the C45 protocol.
Hi,
Correct, but it should be possible to indirect access of c45 regs using c22. Are you facing problems for this as well.
Regards,
Tanmay