summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorSuresh Gupta <suresh.gupta@freescale.com>2013-05-28 09:29:34 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-05-29 21:19:48 (GMT)
commit93515c94ac2505aa351f3faa73d8e904f67ac157 (patch)
tree82b04986ee98598e30c18c0485ea69f7dc65413a /arch/powerpc
parentdd9dcf49f6ba058f1d0cfe9f7cdc8d27aca7703d (diff)
downloadlinux-fsl-qoriq-93515c94ac2505aa351f3faa73d8e904f67ac157.tar.xz
B4860QDS: Disable mdio node by default
MDIO node get enable during fdt fixup on basis of fsl_b4860_serdes2 string in hwconfig. Signed-off-by: Suresh Gupta <suresh.gupta@freescale.com> Change-Id: I4686310afde78456d53c95ef5de727bee04b489a Reviewed-on: http://git.am.freescale.net:8181/2742 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Aggrwal Poonam-B10812 <Poonam.Aggrwal@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/boot/dts/b4860qds.dts4
-rw-r--r--arch/powerpc/boot/dts/b4qds.dts2
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/b4860qds.dts b/arch/powerpc/boot/dts/b4860qds.dts
index 94e8e80..d7f1a21 100644
--- a/arch/powerpc/boot/dts/b4860qds.dts
+++ b/arch/powerpc/boot/dts/b4860qds.dts
@@ -73,9 +73,11 @@
};
mdio0: mdio@fc000 {
phy_sgmii_1e: ethernet-phy@1e {
+ status = "disabled";
reg = <0x1e>;
};
phy_sgmii_1f: ethernet-phy@1f {
+ status = "disabled";
reg = <0x1f>;
};
};
@@ -83,10 +85,12 @@
xmdio0: mdio@fd000 {
/* For 10g interfaces */
phy_xaui_slot1: xaui-phy@slot1 {
+ status = "disabled";
compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x7>; /* default switch setting on slot1 of AMC2PEX */
};
phy_xaui_slot2: xaui-phy@slot2 {
+ status = "disabled";
compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x6>; /* default switch setting on slot1 of AMC2PEX */
};
diff --git a/arch/powerpc/boot/dts/b4qds.dts b/arch/powerpc/boot/dts/b4qds.dts
index bb08ccd..c1cd776 100644
--- a/arch/powerpc/boot/dts/b4qds.dts
+++ b/arch/powerpc/boot/dts/b4qds.dts
@@ -192,9 +192,11 @@
reg = <0x11>;
};
phy_sgmii_1c: ethernet-phy@1c {
+ status = "disabled";
reg = <0x1c>;
};
phy_sgmii_1d: ethernet-phy@1d {
+ status = "disabled";
reg = <0x1d>;
};
};