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/mpc8572ds.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/mpc8572ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts index 6e79a4169088..75fc30b07441 100644 --- a/arch/powerpc/boot/dts/mpc8572ds.dts +++ b/arch/powerpc/boot/dts/mpc8572ds.dts | |||
@@ -514,7 +514,6 @@ | |||
514 | }; | 514 | }; |
515 | 515 | ||
516 | pci0: pcie@ffe08000 { | 516 | pci0: pcie@ffe08000 { |
517 | cell-index = <0>; | ||
518 | compatible = "fsl,mpc8548-pcie"; | 517 | compatible = "fsl,mpc8548-pcie"; |
519 | device_type = "pci"; | 518 | device_type = "pci"; |
520 | #interrupt-cells = <1>; | 519 | #interrupt-cells = <1>; |
@@ -724,7 +723,6 @@ | |||
724 | }; | 723 | }; |
725 | 724 | ||
726 | pci1: pcie@ffe09000 { | 725 | pci1: pcie@ffe09000 { |
727 | cell-index = <1>; | ||
728 | compatible = "fsl,mpc8548-pcie"; | 726 | compatible = "fsl,mpc8548-pcie"; |
729 | device_type = "pci"; | 727 | device_type = "pci"; |
730 | #interrupt-cells = <1>; | 728 | #interrupt-cells = <1>; |
@@ -761,7 +759,6 @@ | |||
761 | }; | 759 | }; |
762 | 760 | ||
763 | pci2: pcie@ffe0a000 { | 761 | pci2: pcie@ffe0a000 { |
764 | cell-index = <2>; | ||
765 | compatible = "fsl,mpc8548-pcie"; | 762 | compatible = "fsl,mpc8548-pcie"; |
766 | device_type = "pci"; | 763 | device_type = "pci"; |
767 | #interrupt-cells = <1>; | 764 | #interrupt-cells = <1>; |