Other Parts Discussed in Thread: TDA2
Tool/software: Linux
Hi ,
I use the RGMII interface connect with Marvell Ethernet SW (88E6390).
I set RGMII delay setting enable ( rgmii-id ) but it seems not work.
Below is my device setting...
&cpsw_emac0 {
phy_id = <&davinci_mdio>, <0>;
phy-mode = "rgmii-id";
dual_emac_res_vlan = <1>;
fixed-link = <1 1000 0 0>;
};
How to ensure the RGMII-ID enable setting is correct?