Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28eac2b7 authored by Kumar Gala's avatar Kumar Gala
Browse files

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: default avatarKumar Gala <galak@kernel.crashing.org>
parent e2ff7544
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -369,7 +369,6 @@
	};

	pci0: pci@e0008500 {
		cell-index = <1>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
				/* IDSEL 0x11 AD17 */
+0 −1
Original line number Diff line number Diff line
@@ -327,7 +327,6 @@
	};

	pci0: pci@e0008500 {
		cell-index = <1>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
				/* IDSEL 0x10 AD16 (USB) */
+0 −2
Original line number Diff line number Diff line
@@ -278,7 +278,6 @@
	};

	pci0: pci@e0008500 {
		cell-index = <1>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
				/* IDSEL 0x10 - SATA */
@@ -301,7 +300,6 @@
	};

	pci1: pci@e0008600 {
		cell-index = <2>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
				/* IDSEL 0x0E - MiniPCI Slot */
+0 −1
Original line number Diff line number Diff line
@@ -227,7 +227,6 @@
	};

	pci0: pci@e0008600 {
		cell-index = <2>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
				/* IDSEL 0x0F - PCI Slot */
+0 −2
Original line number Diff line number Diff line
@@ -286,7 +286,6 @@
	};

	pci0: pci@e0008500 {
		cell-index = <1>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <

@@ -348,7 +347,6 @@
	};

	pci1: pci@e0008600 {
		cell-index = <2>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <

Loading