ARM: dts: spear13xx: fix PCI bus dtc warnings
authorRob Herring <robh@kernel.org>
Wed, 26 Jul 2017 21:09:39 +0000 (16:09 -0500)
committerArnd Bergmann <arnd@arndb.de>
Fri, 18 Aug 2017 21:16:12 +0000 (23:16 +0200)
dtc recently added PCI bus checks. Fix these warnings.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/spear1310.dtsi
arch/arm/boot/dts/spear1340.dtsi

index 54bc6d3..40f4ad3 100644 (file)
@@ -98,6 +98,7 @@
                        device_type = "pci";
                        ranges = <0x81000000 0 0         0x80020000 0 0x00010000   /* downstream I/O */
                                0x82000000 0 0x80030000 0xc0030000 0 0x0ffd0000>; /* non-prefetchable memory */
+                       bus-range = <0x00 0xff>;
                        status = "disabled";
                };
 
                        device_type = "pci";
                        ranges = <0x81000000 0 0  0x90020000 0 0x00010000   /* downstream I/O */
                                0x82000000 0 0x90030000 0x90030000 0 0x0ffd0000>; /* non-prefetchable memory */
+                       bus-range = <0x00 0xff>;
                        status = "disabled";
                };
 
                        device_type = "pci";
                        ranges = <0x81000000 0 0         0xc0020000 0 0x00010000   /* downstream I/O */
                                0x82000000 0 0xc0030000 0xc0030000 0 0x0ffd0000>; /* non-prefetchable memory */
+                       bus-range = <0x00 0xff>;
                        status = "disabled";
                };
 
index df2232d..5f34705 100644 (file)
@@ -63,6 +63,7 @@
                        device_type = "pci";
                        ranges = <0x81000000 0 0         0x80020000 0 0x00010000   /* downstream I/O */
                                0x82000000 0 0x80030000 0xc0030000 0 0x0ffd0000>; /* non-prefetchable memory */
+                       bus-range = <0x00 0xff>;
                        status = "disabled";
                };