aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8536ds.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-04-15 11:38:49 -0400
committerKumar Gala <galak@kernel.crashing.org>2009-05-19 01:46:14 -0400
commit28eac2b74cc7136dee3f2615167811d24d25bc97 (patch)
tree85d32bd1a86ea68b8366ddaef315d00ce660351a /arch/powerpc/boot/dts/mpc8536ds.dts
parente2ff7544e121a574b151d9012c72f6601df2f087 (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/mpc8536ds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8536ds.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/arch/powerpc/boot/dts/mpc8536ds.dts
index b31c5041350b..af8c64c4e75b 100644
--- a/arch/powerpc/boot/dts/mpc8536ds.dts
+++ b/arch/powerpc/boot/dts/mpc8536ds.dts
@@ -321,7 +321,6 @@
321 }; 321 };
322 322
323 pci0: pci@ffe08000 { 323 pci0: pci@ffe08000 {
324 cell-index = <0>;
325 compatible = "fsl,mpc8540-pci"; 324 compatible = "fsl,mpc8540-pci";
326 device_type = "pci"; 325 device_type = "pci";
327 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 326 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
@@ -346,7 +345,6 @@
346 }; 345 };
347 346
348 pci1: pcie@ffe09000 { 347 pci1: pcie@ffe09000 {
349 cell-index = <1>;
350 compatible = "fsl,mpc8548-pcie"; 348 compatible = "fsl,mpc8548-pcie";
351 device_type = "pci"; 349 device_type = "pci";
352 #interrupt-cells = <1>; 350 #interrupt-cells = <1>;
@@ -383,7 +381,6 @@
383 }; 381 };
384 382
385 pci2: pcie@ffe0a000 { 383 pci2: pcie@ffe0a000 {
386 cell-index = <2>;
387 compatible = "fsl,mpc8548-pcie"; 384 compatible = "fsl,mpc8548-pcie";
388 device_type = "pci"; 385 device_type = "pci";
389 #interrupt-cells = <1>; 386 #interrupt-cells = <1>;
@@ -420,7 +417,6 @@
420 }; 417 };
421 418
422 pci3: pcie@ffe0b000 { 419 pci3: pcie@ffe0b000 {
423 cell-index = <3>;
424 compatible = "fsl,mpc8548-pcie"; 420 compatible = "fsl,mpc8548-pcie";
425 device_type = "pci"; 421 device_type = "pci";
426 #interrupt-cells = <1>; 422 #interrupt-cells = <1>;