diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-15 11:38:49 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 01:46:14 -0400 |
commit | 28eac2b74cc7136dee3f2615167811d24d25bc97 (patch) | |
tree | 85d32bd1a86ea68b8366ddaef315d00ce660351a /arch/powerpc/boot/dts/mpc8544ds.dts | |
parent | e2ff7544e121a574b151d9012c72f6601df2f087 (diff) |
powerpc/fsl: Remove cell-index from PCI nodes
The cell-index property isn't used on PCI nodes and is ill defined.
Remove it for now and if someone comes up with a good reason and
consistent definition for it we can add it back
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8544ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8544ds.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts index 7c6932be0197..3ae31d7d93eb 100644 --- a/arch/powerpc/boot/dts/mpc8544ds.dts +++ b/arch/powerpc/boot/dts/mpc8544ds.dts | |||
@@ -274,7 +274,6 @@ | |||
274 | }; | 274 | }; |
275 | 275 | ||
276 | pci0: pci@e0008000 { | 276 | pci0: pci@e0008000 { |
277 | cell-index = <0>; | ||
278 | compatible = "fsl,mpc8540-pci"; | 277 | compatible = "fsl,mpc8540-pci"; |
279 | device_type = "pci"; | 278 | device_type = "pci"; |
280 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | 279 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; |
@@ -306,7 +305,6 @@ | |||
306 | }; | 305 | }; |
307 | 306 | ||
308 | pci1: pcie@e0009000 { | 307 | pci1: pcie@e0009000 { |
309 | cell-index = <1>; | ||
310 | compatible = "fsl,mpc8548-pcie"; | 308 | compatible = "fsl,mpc8548-pcie"; |
311 | device_type = "pci"; | 309 | device_type = "pci"; |
312 | #interrupt-cells = <1>; | 310 | #interrupt-cells = <1>; |
@@ -343,7 +341,6 @@ | |||
343 | }; | 341 | }; |
344 | 342 | ||
345 | pci2: pcie@e000a000 { | 343 | pci2: pcie@e000a000 { |
346 | cell-index = <2>; | ||
347 | compatible = "fsl,mpc8548-pcie"; | 344 | compatible = "fsl,mpc8548-pcie"; |
348 | device_type = "pci"; | 345 | device_type = "pci"; |
349 | #interrupt-cells = <1>; | 346 | #interrupt-cells = <1>; |
@@ -380,7 +377,6 @@ | |||
380 | }; | 377 | }; |
381 | 378 | ||
382 | pci3: pcie@e000b000 { | 379 | pci3: pcie@e000b000 { |
383 | cell-index = <3>; | ||
384 | compatible = "fsl,mpc8548-pcie"; | 380 | compatible = "fsl,mpc8548-pcie"; |
385 | device_type = "pci"; | 381 | device_type = "pci"; |
386 | #interrupt-cells = <1>; | 382 | #interrupt-cells = <1>; |