aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ténart <antoine.tenart@free-electrons.com>2014-10-22 14:26:51 -0400
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-10-29 14:44:43 -0400
commitf5799dcf2c3de418e7d1a2e24728a521d2bd08dc (patch)
tree0cb18f468f45b23dc1b866a5ff000cfb41333e4c
parent631338af24b74b6610b5b124ac95053d7585fbe3 (diff)
ARM: dts: berlin: Add phy-connection-type to BG2Q Ethernet
Internal FastEthernet PHY on BG2Q is connected via MII, add a corresponding phy-connection-type property to the Ethernet node. Tested-by: Antoine Ténart <antoine.tenart@free-electrons.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-rw-r--r--arch/arm/boot/dts/berlin2q.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
index d4416ae79e62..a35deb37ffb5 100644
--- a/arch/arm/boot/dts/berlin2q.dtsi
+++ b/arch/arm/boot/dts/berlin2q.dtsi
@@ -123,6 +123,7 @@
123 local-mac-address = [00 00 00 00 00 00]; 123 local-mac-address = [00 00 00 00 00 00];
124 #address-cells = <1>; 124 #address-cells = <1>;
125 #size-cells = <0>; 125 #size-cells = <0>;
126 phy-connection-type = "mii";
126 phy-handle = <&ethphy0>; 127 phy-handle = <&ethphy0>;
127 status = "disabled"; 128 status = "disabled";
128 129