diff options
author | Rob Herring <robh@kernel.org> | 2017-03-21 21:03:01 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-23 11:43:32 -0700 |
commit | 7d79f6098d82f8c09914d7799bc96891ad9c3baf (patch) | |
tree | cd892a270bd114b45a11845958fdca32024c02dd /arch/arm | |
parent | ce2899428ec0249512023aecaa3530c29f775a4f (diff) | |
download | linux-stable-7d79f6098d82f8c09914d7799bc96891ad9c3baf.tar.gz linux-stable-7d79f6098d82f8c09914d7799bc96891ad9c3baf.tar.bz2 linux-stable-7d79f6098d82f8c09914d7799bc96891ad9c3baf.zip |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 2c9e56f4aac5..bbfb9d5a70a9 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -283,6 +283,7 @@ device_type = "pci"; ranges = <0x81000000 0 0 0x03000 0 0x00010000 0x82000000 0 0x20013000 0x13000 0 0xffed000>; + bus-range = <0x00 0xff>; #interrupt-cells = <1>; num-lanes = <1>; linux,pci-domain = <0>; @@ -319,6 +320,7 @@ device_type = "pci"; ranges = <0x81000000 0 0 0x03000 0 0x00010000 0x82000000 0 0x30013000 0x13000 0 0xffed000>; + bus-range = <0x00 0xff>; #interrupt-cells = <1>; num-lanes = <1>; linux,pci-domain = <1>; |