diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-04-11 12:06:54 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-04-17 02:01:38 -0400 |
commit | 56626f335b76eecd79d07fb21d0e625eb4aa52da (patch) | |
tree | 0a46cacdab6c2d2c3ce565773091fb3d8a509820 /arch/powerpc/boot/dts/mpc8568mds.dts | |
parent | e24e788abe0def81341fd23efae43e813678f7b1 (diff) |
[POWERPC] QE: UCC nodes cleanup
- get rid of `model = "UCC"' in the ucc nodes
It isn't used anywhere, so remove it. If we'll ever need something
like this, we'll use compatible property instead.
- replace last occurrences of device-id with cell-index.
Drivers are modified for backward compatibility's sake.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8568mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 97bc048f2158..df4b5e89d7e4 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts | |||
@@ -324,9 +324,7 @@ | |||
324 | enet2: ucc@2000 { | 324 | enet2: ucc@2000 { |
325 | device_type = "network"; | 325 | device_type = "network"; |
326 | compatible = "ucc_geth"; | 326 | compatible = "ucc_geth"; |
327 | model = "UCC"; | ||
328 | cell-index = <1>; | 327 | cell-index = <1>; |
329 | device-id = <1>; | ||
330 | reg = <2000 200>; | 328 | reg = <2000 200>; |
331 | interrupts = <20>; | 329 | interrupts = <20>; |
332 | interrupt-parent = <&qeic>; | 330 | interrupt-parent = <&qeic>; |
@@ -341,9 +339,7 @@ | |||
341 | enet3: ucc@3000 { | 339 | enet3: ucc@3000 { |
342 | device_type = "network"; | 340 | device_type = "network"; |
343 | compatible = "ucc_geth"; | 341 | compatible = "ucc_geth"; |
344 | model = "UCC"; | ||
345 | cell-index = <2>; | 342 | cell-index = <2>; |
346 | device-id = <2>; | ||
347 | reg = <3000 200>; | 343 | reg = <3000 200>; |
348 | interrupts = <21>; | 344 | interrupts = <21>; |
349 | interrupt-parent = <&qeic>; | 345 | interrupt-parent = <&qeic>; |