ARM: dts: berlin: Add phy-connection-type to BG2Q Ethernet
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Wed, 22 Oct 2014 18:26:51 +0000 (20:26 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 29 Oct 2014 18:44:43 +0000 (19:44 +0100)
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>
arch/arm/boot/dts/berlin2q.dtsi

index d4416ae79e623fbbc973b901fbb1ce4c887a0f4d..a35deb37ffb5eb3588b38106c189390dbbb91355 100644 (file)
                        local-mac-address = [00 00 00 00 00 00];
                        #address-cells = <1>;
                        #size-cells = <0>;
+                       phy-connection-type = "mii";
                        phy-handle = <&ethphy0>;
                        status = "disabled";
 
This page took 0.027494 seconds and 5 git commands to generate.