diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-08-30 16:26:24 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-09-22 00:49:22 -0400 |
commit | ad25a4cca7f21b53e3af8303d922a87c910677d7 (patch) | |
tree | 2748db35b81553689b6e74285e341514f6ea5d1c /arch/powerpc/boot/dts/mpc8349emitxgp.dts | |
parent | 3e61576b2ac930b9d1fa2c8d077552f7e7709b3c (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/mpc8349emitxgp.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitxgp.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitxgp.dts b/arch/powerpc/boot/dts/mpc8349emitxgp.dts index fa852ba1b6ba..36a27607f766 100644 --- a/arch/powerpc/boot/dts/mpc8349emitxgp.dts +++ b/arch/powerpc/boot/dts/mpc8349emitxgp.dts | |||
@@ -114,6 +114,7 @@ | |||
114 | interrupts = <20 8 21 8 22 8>; | 114 | interrupts = <20 8 21 8 22 8>; |
115 | interrupt-parent = < &ipic >; | 115 | interrupt-parent = < &ipic >; |
116 | phy-handle = < &phy1c >; | 116 | phy-handle = < &phy1c >; |
117 | linux,network-index = <0>; | ||
117 | }; | 118 | }; |
118 | 119 | ||
119 | serial@4500 { | 120 | serial@4500 { |