summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/kirkwood-guruplug-server-plus.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-08-07 06:14:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-08-07 06:14:30 +0200
commite3ff4dfa41b4e8afc26b69e5c3d8c127f0f37c39 (patch)
treefd2a441a7528003e0876ef0a4209cd7d9e28e7bc /dts/src/arm/kirkwood-guruplug-server-plus.dts
parent8b464dc6eec4d1fd58875451671456393181e980 (diff)
parente8ee06fe59e468dcd7404b8eed75d78af9c02593 (diff)
downloadbarebox-e3ff4dfa41b4e8afc26b69e5c3d8c127f0f37c39.tar.gz
barebox-e3ff4dfa41b4e8afc26b69e5c3d8c127f0f37c39.tar.xz
Merge branch 'for-next/dts'
Diffstat (limited to 'dts/src/arm/kirkwood-guruplug-server-plus.dts')
-rw-r--r--dts/src/arm/kirkwood-guruplug-server-plus.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/dts/src/arm/kirkwood-guruplug-server-plus.dts b/dts/src/arm/kirkwood-guruplug-server-plus.dts
index c5a1fc75c7..b2d9834bf4 100644
--- a/dts/src/arm/kirkwood-guruplug-server-plus.dts
+++ b/dts/src/arm/kirkwood-guruplug-server-plus.dts
@@ -105,7 +105,6 @@
compatible = "ethernet-phy-id0141.0cb0",
"ethernet-phy-ieee802.3-c22";
reg = <0>;
- phy-connection-type = "rgmii-id";
};
ethphy1: ethernet-phy@1 {
@@ -113,7 +112,6 @@
compatible = "ethernet-phy-id0141.0cb0",
"ethernet-phy-ieee802.3-c22";
reg = <1>;
- phy-connection-type = "rgmii-id";
};
};
@@ -121,6 +119,7 @@
status = "okay";
ethernet0-port@0 {
phy-handle = <&ethphy0>;
+ phy-connection-type = "rgmii-id";
};
};
@@ -128,5 +127,6 @@
status = "okay";
ethernet1-port@0 {
phy-handle = <&ethphy1>;
+ phy-connection-type = "rgmii-id";
};
};