summaryrefslogtreecommitdiff
path: root/arch/powerpc
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
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')
-rw-r--r--arch/powerpc/boot/dts/p2041rdb.dts1
-rw-r--r--arch/powerpc/boot/dts/p3041ds.dts2
-rw-r--r--arch/powerpc/boot/dts/p4080ds.dts2
-rw-r--r--arch/powerpc/boot/dts/p5020ds.dts2
-rw-r--r--arch/powerpc/boot/dts/p5040ds.dts2
5 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p2041rdb.dts b/arch/powerpc/boot/dts/p2041rdb.dts
index 9412879..1df2728 100644
--- a/arch/powerpc/boot/dts/p2041rdb.dts
+++ b/arch/powerpc/boot/dts/p2041rdb.dts
@@ -244,6 +244,7 @@
mdio@f1000 {
/* XAUI card in slot 2 */
phy_xgmii_2: ethernet-phy@0 {
+ compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x0>;
};
};
diff --git a/arch/powerpc/boot/dts/p3041ds.dts b/arch/powerpc/boot/dts/p3041ds.dts
index 276bb49..6a015be 100644
--- a/arch/powerpc/boot/dts/p3041ds.dts
+++ b/arch/powerpc/boot/dts/p3041ds.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>;
};
};
diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts
index e7dd754..82ca5ab 100644
--- a/arch/powerpc/boot/dts/p4080ds.dts
+++ b/arch/powerpc/boot/dts/p4080ds.dts
@@ -425,6 +425,7 @@
#size-cells = <0>;
phy11: ethernet-phy@0 {
+ compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x0>;
};
};
@@ -435,6 +436,7 @@
#size-cells = <0>;
phy10: ethernet-phy@4 {
+ compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x4>;
};
};
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>;
};
};
diff --git a/arch/powerpc/boot/dts/p5040ds.dts b/arch/powerpc/boot/dts/p5040ds.dts
index 55b33b6..934ebb0 100644
--- a/arch/powerpc/boot/dts/p5040ds.dts
+++ b/arch/powerpc/boot/dts/p5040ds.dts
@@ -477,6 +477,7 @@
status = "disabled";
phy_xgmii_slot_1: ethernet-phy@0 {
+ compatible = "ethernet-phy-ieee802.3-c45";
reg = <4>;
};
};
@@ -488,6 +489,7 @@
reg = <2>;
phy_xgmii_slot_2: ethernet-phy@4 {
+ compatible = "ethernet-phy-ieee802.3-c45";
reg = <0>;
};
};