summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChunhe Lan <Chunhe.Lan@freescale.com>2014-04-30 08:14:20 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-04-30 12:50:33 (GMT)
commit5b078501afc370c12f29acfcfc055192104dc4be (patch)
tree1ea142e8629b53511ad3ee895ae8aec1860808ba /arch
parentf545f6ba27c0e36c6a81a4ed003247dac938cc75 (diff)
downloadlinux-fsl-qoriq-5b078501afc370c12f29acfcfc055192104dc4be.tar.xz
t4240rdb/dts: Fix mac address error of fm2-mac9 and fm2-mac10 port
According to convention, 10Gbps SFP+ ports of fman2 should use eth14 address and eth15 address, and not eth4 address and eth5 address. Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com> Change-Id: I8e85db7bdb2c06a3883e3d474e6d306371352ecc Reviewed-on: http://git.am.freescale.net:8181/11702 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Shaohui Xie <Shaohui.Xie@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/dts/t4240rdb.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/t4240rdb.dts b/arch/powerpc/boot/dts/t4240rdb.dts
index 934b96a..59365c3 100644
--- a/arch/powerpc/boot/dts/t4240rdb.dts
+++ b/arch/powerpc/boot/dts/t4240rdb.dts
@@ -54,8 +54,8 @@
ethernet1 = &enet1;
ethernet2 = &enet2;
ethernet3 = &enet3;
- ethernet4 = &enet14;
- ethernet5 = &enet15;
+ ethernet4 = &enet4;
+ ethernet5 = &enet5;
ethernet6 = &enet6;
ethernet7 = &enet7;
ethernet8 = &enet8;
@@ -64,8 +64,8 @@
ethernet11 = &enet11;
ethernet12 = &enet12;
ethernet13 = &enet13;
- ethernet14 = &enet4;
- ethernet15 = &enet5;
+ ethernet14 = &enet14;
+ ethernet15 = &enet15;
};
ifc: localbus@ffe124000 {