Hi,
I am trying to configure the (BCM89881) phy register using the calls phy_mmd_wr from file cpsw_phyaccess_raw.c.
Wanted to know if iam using the correct file to configure my phy.?
And also I see that when I am using the function phy_mmd_wr to write, it is crashing in below function and line.
Function name: wait_for_user_access()
Line: reg = RD_MEM_32(baseAddr + CPSW_MDIO_USERACCESS0) & 0x80000000;
The crash is not giving any error message. Can you please let me know if I am missing ant thing?
Thanks in advance.
Regards
Manjunath Patil