]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: dts: kirkwood: set Guruplug ethernet PHY compatible
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 30 Apr 2014 12:56:41 +0000 (14:56 +0200)
committerJason Cooper <jason@lakedaemon.net>
Mon, 5 May 2014 00:53:32 +0000 (00:53 +0000)
Ethernet PHY compatible shall be "ethernet-phy-ieee802.3-c22" and
"ethernet-phy-idAAAA.BBBB" if PHY OUI id is known. We know it for
the PHY found on Guruplug, so set it accordingly.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1398862602-29595-15-git-send-email-sebastian.hesselbarth@gmail.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts

index 871a5f8afb015a61d564edb65d3da93f9ad1c719..f6f15e2910edfccd92848b75001ef73bbbfc7a3f 100644 (file)
        status = "okay";
 
        ethphy0: ethernet-phy@0 {
-               compatible = "marvell,88e1121";
+               /* Marvell 88E1121R */
+               compatible = "ethernet-phy-id0141.0cb0",
+                            "ethernet-phy-ieee802.3-c22";
                reg = <0>;
        };
 
        ethphy1: ethernet-phy@1 {
-               compatible = "marvell,88e1121";
+               /* Marvell 88E1121R */
+               compatible = "ethernet-phy-id0141.0cb0",
+                            "ethernet-phy-ieee802.3-c22";
                reg = <1>;
        };
 };