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.

AM3517EVM EMAC to find a RMII PHY

Other Parts Discussed in Thread: AM3517

Hi,

Trying to understand what changes required for the "davinci" emac to detect the phy I have (RMII switch). I have a fixed SPI connection and a phy_driver loaded statically into the kernel 2.6.37. My phy device driver is attached 1538.ksz8863.c

I don't understand what parts for the phy support have to be initiated on the mac (like am3517_evm_ethernet_init() inside arch/arm/mach-omap2/board-am3517evm.c)

Tried to update phy_id = NULL, "", "<1>:<given_phy_id_int>" but there is nothing found by the mac. What I am missing?

Thanks ahead

Yakir