This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/DRA744: RGMII-ID ( Internal delay) setting....

Part Number: DRA744
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?