Hello All,
We are using KSZ8794 ethernet switch on our hardware along with Phycore AM335x. On bootup, the CPSW driver prints the Chip ID for eth0 and eht1. Ethernet 0 is directly connected to the processor on the SOM and KSZ8794 is ethernet 1 which is connected to the processor using MDIO interface. But as per kernel logs the CPSW driver prints the same chip ID that is of KSZ8794 for both eth0 and eth1.
Below is the log snippet.
Expected Logs:
[ 16.035441] net eth0: CPSW phy found : id is : 0x7c0f1
[ 16.140856] net eth1: CPSW phy found : id is : 0x221550
Actual Logs:
[ 16.035441] net eth0: CPSW phy found : id is : 0x221550
[ 16.140856] net eth1: CPSW phy found : id is : 0x221550
We have checked all the hardware connections and it looks good.
Could you please share your input on this?
Regards.
Prathamesh Kulkarni
Thanks,
Prathamesh Kulkarni