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/mpc834x_mds.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/mpc834x_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc834x_mds.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts index 1b8882e20040..c27e2fff5d58 100644 --- a/arch/powerpc/boot/dts/mpc834x_mds.dts +++ b/arch/powerpc/boot/dts/mpc834x_mds.dts | |||
@@ -144,6 +144,7 @@ | |||
144 | interrupts = <20 8 21 8 22 8>; | 144 | interrupts = <20 8 21 8 22 8>; |
145 | interrupt-parent = < &ipic >; | 145 | interrupt-parent = < &ipic >; |
146 | phy-handle = < &phy0 >; | 146 | phy-handle = < &phy0 >; |
147 | linux,network-index = <0>; | ||
147 | }; | 148 | }; |
148 | 149 | ||
149 | ethernet@25000 { | 150 | ethernet@25000 { |
@@ -163,6 +164,7 @@ | |||
163 | interrupts = <23 8 24 8 25 8>; | 164 | interrupts = <23 8 24 8 25 8>; |
164 | interrupt-parent = < &ipic >; | 165 | interrupt-parent = < &ipic >; |
165 | phy-handle = < &phy1 >; | 166 | phy-handle = < &phy1 >; |
167 | linux,network-index = <1>; | ||
166 | }; | 168 | }; |
167 | 169 | ||
168 | serial@4500 { | 170 | serial@4500 { |