aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8349emitx.dts
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-08-30 16:26:24 -0400
committerPaul Mackerras <paulus@samba.org>2007-09-22 00:49:22 -0400
commitad25a4cca7f21b53e3af8303d922a87c910677d7 (patch)
tree2748db35b81553689b6e74285e341514f6ea5d1c /arch/powerpc/boot/dts/mpc8349emitx.dts
parent3e61576b2ac930b9d1fa2c8d077552f7e7709b3c (diff)
[POWERPC] mpc8349: Add linux,network-index to ethernet nodes in device tree
cuImage needs to know the logical index of the ethernet devices in order to assign mac addresses. This adds the needed properties. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: David Gibson <david@gibson.dropbear.id.au> CC: Scott Wood <scottwood@freescale.com> CC: Kumar Gala <galak@kernel.crashing.org> CC: Timur Tabi <timur@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitx.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8349emitx.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts
index 67781601b6b3..f5c3086bcb5d 100644
--- a/arch/powerpc/boot/dts/mpc8349emitx.dts
+++ b/arch/powerpc/boot/dts/mpc8349emitx.dts
@@ -139,6 +139,7 @@
139 interrupts = <20 8 21 8 22 8>; 139 interrupts = <20 8 21 8 22 8>;
140 interrupt-parent = < &ipic >; 140 interrupt-parent = < &ipic >;
141 phy-handle = < &phy1c >; 141 phy-handle = < &phy1c >;
142 linux,network-index = <0>;
142 }; 143 };
143 144
144 ethernet@25000 { 145 ethernet@25000 {
@@ -158,6 +159,7 @@
158 interrupts = <23 8 24 8 25 8>; 159 interrupts = <23 8 24 8 25 8>;
159 interrupt-parent = < &ipic >; 160 interrupt-parent = < &ipic >;
160 phy-handle = < &phy1f >; 161 phy-handle = < &phy1f >;
162 linux,network-index = <1>;
161 }; 163 };
162 164
163 serial@4500 { 165 serial@4500 {