Commit 39e560a9 authored by Camelia Groza's avatar Camelia Groza Committed by Scott Wood

powerpc/dts/fsl: t4240rdb: use the Cortina PHY driver compatible

The Cortina PHY is not compatible with IEEE 802.3 clause 45.
Signed-off-by: default avatarCamelia Groza <camelia.groza@nxp.com>
[scottwood: made commit message about compatibility, not driver choice]
Signed-off-by: default avatarScott Wood <oss@buserror.net>
parent 24f36ce6
......@@ -267,22 +267,22 @@ sgmiiphy44: ethernet-phy@7 {
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>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment