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

Commit 7d79f609 authored by Rob Herring's avatar Rob Herring Committed by Tony Lindgren
Browse files

ARM: dts: ti: fix PCI bus dtc warnings



dtc recently added PCI bus checks. Fix these warnings.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ce289942
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -283,6 +283,7 @@
				device_type = "pci";
				device_type = "pci";
				ranges = <0x81000000 0 0          0x03000 0 0x00010000
				ranges = <0x81000000 0 0          0x03000 0 0x00010000
					  0x82000000 0 0x20013000 0x13000 0 0xffed000>;
					  0x82000000 0 0x20013000 0x13000 0 0xffed000>;
				bus-range = <0x00 0xff>;
				#interrupt-cells = <1>;
				#interrupt-cells = <1>;
				num-lanes = <1>;
				num-lanes = <1>;
				linux,pci-domain = <0>;
				linux,pci-domain = <0>;
@@ -319,6 +320,7 @@
				device_type = "pci";
				device_type = "pci";
				ranges = <0x81000000 0 0          0x03000 0 0x00010000
				ranges = <0x81000000 0 0          0x03000 0 0x00010000
					  0x82000000 0 0x30013000 0x13000 0 0xffed000>;
					  0x82000000 0 0x30013000 0x13000 0 0xffed000>;
				bus-range = <0x00 0xff>;
				#interrupt-cells = <1>;
				#interrupt-cells = <1>;
				num-lanes = <1>;
				num-lanes = <1>;
				linux,pci-domain = <1>;
				linux,pci-domain = <1>;