OSDN Git Service

powerpc/dts/fsl: t4240rdb: use the Cortina PHY driver compatible
authorCamelia Groza <camelia.groza@nxp.com>
Wed, 18 Jul 2018 11:46:50 +0000 (14:46 +0300)
committerScott Wood <oss@buserror.net>
Wed, 8 Aug 2018 22:14:12 +0000 (17:14 -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/t4240rdb.dts

index 15eb0a3..a56a705 100644 (file)
 
                        mdio@fd000 {
                                xfiphy1: ethernet-phy@10 {
-                                       compatible = "ethernet-phy-ieee802.3-c45";
+                                       compatible = "ethernet-phy-id13e5.1002";
                                        reg = <0x10>;
                                };
 
                                xfiphy2: ethernet-phy@11 {
-                                       compatible = "ethernet-phy-ieee802.3-c45";
+                                       compatible = "ethernet-phy-id13e5.1002";
                                        reg = <0x11>;
                                };
 
                                xfiphy3: ethernet-phy@13 {
-                                       compatible = "ethernet-phy-ieee802.3-c45";
+                                       compatible = "ethernet-phy-id13e5.1002";
                                        reg = <0x13>;
                                };
 
                                xfiphy4: ethernet-phy@12 {
-                                       compatible = "ethernet-phy-ieee802.3-c45";
+                                       compatible = "ethernet-phy-id13e5.1002";
                                        reg = <0x12>;
                                };
                        };