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/mpc8568mds.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/mpc8568mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 9d52e3b25047..3330356427f8 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts | |||
@@ -459,7 +459,6 @@ | |||
459 | }; | 459 | }; |
460 | 460 | ||
461 | pci0: pci@e0008000 { | 461 | pci0: pci@e0008000 { |
462 | cell-index = <0>; | ||
463 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | 462 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; |
464 | interrupt-map = < | 463 | interrupt-map = < |
465 | /* IDSEL 0x12 AD18 */ | 464 | /* IDSEL 0x12 AD18 */ |
@@ -490,7 +489,6 @@ | |||
490 | 489 | ||
491 | /* PCI Express */ | 490 | /* PCI Express */ |
492 | pci1: pcie@e000a000 { | 491 | pci1: pcie@e000a000 { |
493 | cell-index = <2>; | ||
494 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | 492 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; |
495 | interrupt-map = < | 493 | interrupt-map = < |
496 | 494 | ||