summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/p5020ds.dts
diff options
context:
space:
mode:
authorShaohui Xie <Shaohui.Xie@freescale.com>2013-04-18 07:23:16 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-18 21:02:42 (GMT)
commite6aa1dc6ffff3d2c3ac8c3af4208c35de90e2cc8 (patch)
tree76f061450b93cb3087ed92d30422006025573d5a /arch/powerpc/boot/dts/p5020ds.dts
parent08de29aeda2cfa05a2f2aab2b080020a8712f3d7 (diff)
downloadlinux-fsl-qoriq-e6aa1dc6ffff3d2c3ac8c3af4208c35de90e2cc8.tar.xz
powerpc/corenet/dts: add compatible for 10G PHY
Compatible "ethernet-phy-ieee802.3-c45" is used to indicate that a 10G PHY should be accessed by clause 45, without the compatible, the 10G PHY will not be accessed correctly. Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Change-Id: I672331998d08e3730c9fde3163ff84cd6c0e2b2a Reviewed-on: http://git.am.freescale.net:8181/1494 Reviewed-by: Zang Tiefei-R61911 <tie-fei.zang@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/p5020ds.dts')
-rw-r--r--arch/powerpc/boot/dts/p5020ds.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p5020ds.dts b/arch/powerpc/boot/dts/p5020ds.dts
index 384461d..2f63323 100644
--- a/arch/powerpc/boot/dts/p5020ds.dts
+++ b/arch/powerpc/boot/dts/p5020ds.dts
@@ -226,11 +226,13 @@
/* XAUI card in slot 1 */
phy_xgmii_1: ethernet-phy@4 {
+ compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x4>;
};
/* XAUI card in slot 2 */
phy_xgmii_2: ethernet-phy@0 {
+ compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x0>;
};
};