T1024, modify the device tree to support MAC(SGMII) to MAC(SGMII), but not work

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

T1024, modify the device tree to support MAC(SGMII) to MAC(SGMII), but not work

374 Views
zhicheng1
Contributor III

Hi, 

In our board, T1024 connect to one port of Marvell switch chip by mac to mac. I change uboot code to adapt this, and ping works well in uboot.  I changed the DTS and sdk_dpaa code in kernel. but it dose not work. Now I don't know how to do next step. Could you give me some advices? 

the DTS changes:  The bold lines are my changes

ethernet@e2000 {
/*phy-handle = <0x0>;*/
phy-connection-type = "sgmii";   
#status = "enable";
phy_mode = "internal";
fixed-link = <0x0 0x1 1000 0 0>;
rcpm-wakeup = <0x9 0x40000000>;
cell-index = <0x1>;
compatible = "fsl,fman-memac";
reg = <0xe2000 0x1000>;
fsl,port-handles = <0xe 0xf>;
ptimer-handle = <0xd>;
linux,phandle = <0x21>;
phandle = <0x21>;
};

 

0 Kudos
Reply
1 Reply

348 Views
zhicheng1
Contributor III

please ignore this issue. it has been fixed.

0 Kudos
Reply