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