aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/sbc8641d.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/sbc8641d.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/sbc8641d.dts')
-rw-r--r--arch/powerpc/boot/dts/sbc8641d.dts2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/sbc8641d.dts b/arch/powerpc/boot/dts/sbc8641d.dts
index e3e914e78caa..cfd5782226b3 100644
--- a/arch/powerpc/boot/dts/sbc8641d.dts
+++ b/arch/powerpc/boot/dts/sbc8641d.dts
@@ -371,7 +371,6 @@
371 }; 371 };
372 372
373 pci0: pcie@f8008000 { 373 pci0: pcie@f8008000 {
374 cell-index = <0>;
375 compatible = "fsl,mpc8641-pcie"; 374 compatible = "fsl,mpc8641-pcie";
376 device_type = "pci"; 375 device_type = "pci";
377 #interrupt-cells = <1>; 376 #interrupt-cells = <1>;
@@ -410,7 +409,6 @@
410 }; 409 };
411 410
412 pci1: pcie@f8009000 { 411 pci1: pcie@f8009000 {
413 cell-index = <1>;
414 compatible = "fsl,mpc8641-pcie"; 412 compatible = "fsl,mpc8641-pcie";
415 device_type = "pci"; 413 device_type = "pci";
416 #interrupt-cells = <1>; 414 #interrupt-cells = <1>;