diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 01:28:35 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 02:50:45 -0500 |
commit | e77b28eb199a8d637a00128b86baf515d4eba5fd (patch) | |
tree | 4bd63c9312c3ff17da778de9db7bdf07fe9644e6 /arch/powerpc/boot/dts/mpc832x_rdb.dts | |
parent | ec9686c4a57ea46c97126660936f66e8a5eb87eb (diff) |
[POWERPC] FSL: enet device tree cleanups
* Removed address fields in ethernet nodes
* Removed #address-cells, #size-cells from gianfar nodes
* Added cell-index to gianfar and ucc ethernet nodes
* Added enet[0..3] labels
* Renamed compatible node for gianfar mdio to "fsl,gianfar-mdio"
* Removed device_type = "mdio"
The matching for gianfar mdio still supports the old "mdio"/"gianfar" combo
but it is now considered deprecated.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc832x_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc832x_rdb.dts | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts index 91849dd6422..0c64381b61d 100644 --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts | |||
@@ -189,20 +189,15 @@ | |||
189 | mode = "cpu"; | 189 | mode = "cpu"; |
190 | }; | 190 | }; |
191 | 191 | ||
192 | ucc@3000 { | 192 | enet0: ucc@3000 { |
193 | device_type = "network"; | 193 | device_type = "network"; |
194 | compatible = "ucc_geth"; | 194 | compatible = "ucc_geth"; |
195 | model = "UCC"; | 195 | model = "UCC"; |
196 | cell-index = <2>; | ||
196 | device-id = <2>; | 197 | device-id = <2>; |
197 | reg = <3000 200>; | 198 | reg = <3000 200>; |
198 | interrupts = <21>; | 199 | interrupts = <21>; |
199 | interrupt-parent = <&qeic>; | 200 | interrupt-parent = <&qeic>; |
200 | /* | ||
201 | * mac-address is deprecated and will be removed | ||
202 | * in 2.6.25. Only recent versions of | ||
203 | * U-Boot support local-mac-address, however. | ||
204 | */ | ||
205 | mac-address = [ 00 00 00 00 00 00 ]; | ||
206 | local-mac-address = [ 00 00 00 00 00 00 ]; | 201 | local-mac-address = [ 00 00 00 00 00 00 ]; |
207 | rx-clock = <20>; | 202 | rx-clock = <20>; |
208 | tx-clock = <13>; | 203 | tx-clock = <13>; |
@@ -210,20 +205,15 @@ | |||
210 | pio-handle = <&ucc2pio>; | 205 | pio-handle = <&ucc2pio>; |
211 | }; | 206 | }; |
212 | 207 | ||
213 | ucc@2200 { | 208 | enet1: ucc@2200 { |
214 | device_type = "network"; | 209 | device_type = "network"; |
215 | compatible = "ucc_geth"; | 210 | compatible = "ucc_geth"; |
216 | model = "UCC"; | 211 | model = "UCC"; |
212 | cell-index = <3>; | ||
217 | device-id = <3>; | 213 | device-id = <3>; |
218 | reg = <2200 200>; | 214 | reg = <2200 200>; |
219 | interrupts = <22>; | 215 | interrupts = <22>; |
220 | interrupt-parent = <&qeic>; | 216 | interrupt-parent = <&qeic>; |
221 | /* | ||
222 | * mac-address is deprecated and will be removed | ||
223 | * in 2.6.25. Only recent versions of | ||
224 | * U-Boot support local-mac-address, however. | ||
225 | */ | ||
226 | mac-address = [ 00 00 00 00 00 00 ]; | ||
227 | local-mac-address = [ 00 00 00 00 00 00 ]; | 217 | local-mac-address = [ 00 00 00 00 00 00 ]; |
228 | rx-clock = <19>; | 218 | rx-clock = <19>; |
229 | tx-clock = <1a>; | 219 | tx-clock = <1a>; |