Hi, I am trying to disable EMAC0 and only enable EMAC1 on ti8148 custom board in Linux. I have tried these things to achieve that,
1. Enable only EMAC1 in cpsw_slave_data, and commented out the EMAC0.
2. Make slaves=1 in cpsw_platform_data.
3. Made cpsw_slaves[0].phy_id = "0:01";
I am unable to make the EMAC1 work when disabling the EMAC0 slave data. EMAC1 works when both the slave data are enabled.
Please some one tell me if i am doing the correct thing.
Thanks