powerpc/dts/fsl: t2080rdb: use the Cortina PHY driver compatible
authorCamelia Groza <camelia.groza@nxp.com>
Wed, 18 Jul 2018 11:46:51 +0000 (14:46 +0300)
committerScott Wood <oss@buserror.net>
Wed, 8 Aug 2018 22:18:02 +0000 (17:18 -0500)
The Cortina PHY is not compatible with IEEE 802.3 clause 45.

Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
[scottwood: made commit message about compatibility, not driver choice]
Signed-off-by: Scott Wood <oss@buserror.net>
arch/powerpc/boot/dts/fsl/t2080rdb.dts

index 836e4c965b227387c6b0c42c7932ea5a4585a9f7..55c0210a771d1f6e45bdd85a174d31efc2c99acd 100644 (file)
 
                mdio@fd000 {
                        xg_cs4315_phy1: ethernet-phy@c {
-                               compatible = "ethernet-phy-ieee802.3-c45";
+                               compatible = "ethernet-phy-id13e5.1002";
                                reg = <0xc>;
                        };
 
                        xg_cs4315_phy2: ethernet-phy@d {
-                               compatible = "ethernet-phy-ieee802.3-c45";
+                               compatible = "ethernet-phy-id13e5.1002";
                                reg = <0xd>;
                        };