diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-15 17:38:49 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 07:46:14 +0200 |
commit | 28eac2b74cc7136dee3f2615167811d24d25bc97 (patch) | |
tree | 85d32bd1a86ea68b8366ddaef315d00ce660351a /arch/powerpc/boot/dts/sbc8548.dts | |
parent | powerpc/oprofile: Remove unused dump_pmcs() in FSL oprofile (diff) | |
download | linux-28eac2b74cc7136dee3f2615167811d24d25bc97.tar.xz linux-28eac2b74cc7136dee3f2615167811d24d25bc97.zip |
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/sbc8548.dts')
-rw-r--r-- | arch/powerpc/boot/dts/sbc8548.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/sbc8548.dts b/arch/powerpc/boot/dts/sbc8548.dts index b1f1416ac998..196fcc140541 100644 --- a/arch/powerpc/boot/dts/sbc8548.dts +++ b/arch/powerpc/boot/dts/sbc8548.dts @@ -350,7 +350,6 @@ }; pci0: pci@e0008000 { - cell-index = <0>; interrupt-map-mask = <0xf800 0x0 0x0 0x7>; interrupt-map = < /* IDSEL 0x01 (PCI-X slot) @66MHz */ @@ -380,7 +379,6 @@ }; pci2: pcie@e000a000 { - cell-index = <2>; interrupt-map-mask = <0xf800 0x0 0x0 0x7>; interrupt-map = < |