diff options
author | Camelia Groza <camelia.groza@nxp.com> | 2018-07-18 14:46:51 +0300 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2018-08-08 17:18:02 -0500 |
commit | bd96461249bdded1f6ee50b25e8cd4ce3faaf581 (patch) | |
tree | f318942f62c903884e5f5e785b8ac8f8dd73e117 /arch/powerpc/boot/dts/fsl/t2080rdb.dts | |
parent | 39e560a9182e72ad8b0fd2d922f0c516c663cc59 (diff) |
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: Camelia Groza <camelia.groza@nxp.com>
[scottwood: made commit message about compatibility, not driver choice]
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/t2080rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t2080rdb.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t2080rdb.dts b/arch/powerpc/boot/dts/fsl/t2080rdb.dts index 836e4c965b22..55c0210a771d 100644 --- a/arch/powerpc/boot/dts/fsl/t2080rdb.dts +++ b/arch/powerpc/boot/dts/fsl/t2080rdb.dts @@ -97,12 +97,12 @@ 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>; }; |