Commit bd964612 authored by Camelia Groza's avatar Camelia Groza Committed by Scott Wood

powerpc/dts/fsl: t2080rdb: 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 39e560a9
...@@ -97,12 +97,12 @@ rgmii_phy2: ethernet-phy@2 { ...@@ -97,12 +97,12 @@ rgmii_phy2: ethernet-phy@2 {
mdio@fd000 { mdio@fd000 {
xg_cs4315_phy1: ethernet-phy@c { xg_cs4315_phy1: ethernet-phy@c {
compatible = "ethernet-phy-ieee802.3-c45"; compatible = "ethernet-phy-id13e5.1002";
reg = <0xc>; reg = <0xc>;
}; };
xg_cs4315_phy2: ethernet-phy@d { xg_cs4315_phy2: ethernet-phy@d {
compatible = "ethernet-phy-ieee802.3-c45"; compatible = "ethernet-phy-id13e5.1002";
reg = <0xd>; reg = <0xd>;
}; };
......
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