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/mpc832x_mds.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/mpc832x_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc832x_mds.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_mds.dts b/arch/powerpc/boot/dts/mpc832x_mds.dts index 57c595bf1071..6b319f58262f 100644 --- a/arch/powerpc/boot/dts/mpc832x_mds.dts +++ b/arch/powerpc/boot/dts/mpc832x_mds.dts | |||
@@ -369,7 +369,6 @@ | |||
369 | }; | 369 | }; |
370 | 370 | ||
371 | pci0: pci@e0008500 { | 371 | pci0: pci@e0008500 { |
372 | cell-index = <1>; | ||
373 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | 372 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; |
374 | interrupt-map = < | 373 | interrupt-map = < |
375 | /* IDSEL 0x11 AD17 */ | 374 | /* IDSEL 0x11 AD17 */ |