summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorCamelia Groza <camelia.groza@nxp.com>2018-07-18 14:46:51 +0300
committerScott Wood <oss@buserror.net>2018-08-08 17:18:02 -0500
commitbd96461249bdded1f6ee50b25e8cd4ce3faaf581 (patch)
treef318942f62c903884e5f5e785b8ac8f8dd73e117 /arch/powerpc/boot
parent39e560a9182e72ad8b0fd2d922f0c516c663cc59 (diff)
downloadlinux-0-day-bd96461249bdded1f6ee50b25e8cd4ce3faaf581.tar.gz
linux-0-day-bd96461249bdded1f6ee50b25e8cd4ce3faaf581.tar.xz
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')
-rw-r--r--arch/powerpc/boot/dts/fsl/t2080rdb.dts4
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 836e4c965b227..55c0210a771d1 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>;
};