Skip to content

Commit 7d79f60

Browse files
robherringtmlind
authored andcommitted
ARM: dts: ti: fix PCI bus dtc warnings
dtc recently added PCI bus checks. Fix these warnings. Signed-off-by: Rob 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: Tony Lindgren <tony@atomide.com>
1 parent ce28994 commit 7d79f60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/dra7.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
device_type = "pci";
284284
ranges = <0x81000000 0 0 0x03000 0 0x00010000
285285
0x82000000 0 0x20013000 0x13000 0 0xffed000>;
286+
bus-range = <0x00 0xff>;
286287
#interrupt-cells = <1>;
287288
num-lanes = <1>;
288289
linux,pci-domain = <0>;
@@ -319,6 +320,7 @@
319320
device_type = "pci";
320321
ranges = <0x81000000 0 0 0x03000 0 0x00010000
321322
0x82000000 0 0x30013000 0x13000 0 0xffed000>;
323+
bus-range = <0x00 0xff>;
322324
#interrupt-cells = <1>;
323325
num-lanes = <1>;
324326
linux,pci-domain = <1>;

0 commit comments

Comments
 (0)