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

Commit 344ffde7 authored by Roy Zang's avatar Roy Zang Committed by Kumar Gala
Browse files

[POWERPC] Update PCI nodes in the 83xx/85xx boards device tree



Updated the 83xx & 85xx device tree PCI related compartible property.

Used the following compatible properties:
	PCI     "fsl,mpc8349-pci"
	PCI     "fsl,mpc8540-pci"
	PCI-X:  "fsl,mpc8540-pcix"
	PCIe:   "fsl,mpc8548-pcie"

Signed-off-by: default avatarRoy Zang <tie-fei.zang@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 02edff59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@
			#size-cells = <2>;
			#address-cells = <3>;
			reg = <8500 100>;
			compatible = "83xx";
			compatible = "fsl,mpc8349-pci";
			device_type = "pci";
		};

+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@
			#size-cells = <2>;
			#address-cells = <3>;
			reg = <8500 100>;
			compatible = "83xx";
			compatible = "fsl,mpc8349-pci";
			device_type = "pci";
		};

+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@
			#size-cells = <2>;
			#address-cells = <3>;
			reg = <8500 100>;
			compatible = "83xx";
			compatible = "fsl,mpc8349-pci";
			device_type = "pci";
		};

+2 −2
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@
			#size-cells = <2>;
			#address-cells = <3>;
			reg = <8500 100>;
			compatible = "83xx";
			compatible = "fsl,mpc8349-pci";
			device_type = "pci";
		};

@@ -222,7 +222,7 @@
			#size-cells = <2>;
			#address-cells = <3>;
			reg = <8600 100>;
			compatible = "83xx";
			compatible = "fsl,mpc8349-pci";
			device_type = "pci";
		};

+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@
			#size-cells = <2>;
			#address-cells = <3>;
			reg = <8600 100>;
			compatible = "83xx";
			compatible = "fsl,mpc8349-pci";
			device_type = "pci";
		};

Loading