Part Number: DP83867IR
Other Parts Discussed in Thread: AM6442, TMDS64EVM
We are using AM6442 with CPSW Ethernet.On the TMDS64EVM, the Ethernet PHY ID is stable and constant across power cycles.However, on our custom board, the PHY ID changes on every power-off / power-on.Same kernel, DT, PHY driver, Same PHY (DP83867) part aslo.EVM (TMDS64EVM):root@am64xx-evm:~# cat /sys/class/net/eth0/phydev/phy_id
0x2000a231 (PHY ID is consistent and ethernet is working)
Custom board PHY ID :
root@am64xx-evm:~# cat /sys/class/net/eth0/phydev/phy_id
0x49934993 ( This changing every power on )root@am64xx-evm:~# cat /sys/class/net/eth0/phydev/phy_id
0x8d1c8d1c (changing constantly)
What could cause random PHY ID changes?