Commit da45581e authored by Soren Brinkmann's avatar Soren Brinkmann Committed by Michal Simek

ARM: zynq: DT: Fix Ethernet phy modes

The used PHYs should be qualified as 'rgmii-id' instead of just 'rgmii'.
For the Zed board this seems to make a difference between working and
broken Ethernet.
Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent f8aa6867
......@@ -44,7 +44,7 @@ &can0 {
&gem0 {
status = "okay";
phy-mode = "rgmii";
phy-mode = "rgmii-id";
};
&i2c0 {
......
......@@ -32,7 +32,7 @@ chosen {
&gem0 {
status = "okay";
phy-mode = "rgmii";
phy-mode = "rgmii-id";
};
&i2c0 {
......
......@@ -32,7 +32,7 @@ chosen {
&gem0 {
status = "okay";
phy-mode = "rgmii";
phy-mode = "rgmii-id";
};
&sdhci0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment