ARM: dts: exynos: fix PCI bus dtc warnings
authorRob Herring <robh@kernel.org>
Wed, 26 Jul 2017 21:09:38 +0000 (16:09 -0500)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 28 Jul 2017 05:49:14 +0000 (07:49 +0200)
dtc recently added PCI bus checks. Fix these warnings.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5440.dtsi

index bc4954e69f7b148c3e33dd624e039726f0f0026a..7a00be7ea6d716e38bf979a6d9e4da7397f7dfd1 100644 (file)
                phys = <&pcie_phy0>;
                ranges = <0x81000000 0 0          0x40001000 0 0x00010000   /* downstream I/O */
                          0x82000000 0 0x40011000 0x40011000 0 0x1ffef000>; /* non-prefetchable memory */
+               bus-range = <0x00 0xff>;
                #interrupt-cells = <1>;
                interrupt-map-mask = <0 0 0 0>;
                interrupt-map = <0x0 0 &gic 53>;
                phys = <&pcie_phy1>;
                ranges = <0x81000000 0 0          0x60001000 0 0x00010000   /* downstream I/O */
                          0x82000000 0 0x60011000 0x60011000 0 0x1ffef000>; /* non-prefetchable memory */
+               bus-range = <0x00 0xff>;
                #interrupt-cells = <1>;
                interrupt-map-mask = <0 0 0 0>;
                interrupt-map = <0x0 0 &gic 56>;