diff options
author | Rob Herring <robh@kernel.org> | 2017-03-21 22:03:01 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-23 14:43:32 -0400 |
commit | 7d79f6098d82f8c09914d7799bc96891ad9c3baf (patch) | |
tree | cd892a270bd114b45a11845958fdca32024c02dd | |
parent | ce2899428ec0249512023aecaa3530c29f775a4f (diff) |
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>
-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 @@ | |||
283 | device_type = "pci"; | 283 | device_type = "pci"; |
284 | ranges = <0x81000000 0 0 0x03000 0 0x00010000 | 284 | ranges = <0x81000000 0 0 0x03000 0 0x00010000 |
285 | 0x82000000 0 0x20013000 0x13000 0 0xffed000>; | 285 | 0x82000000 0 0x20013000 0x13000 0 0xffed000>; |
286 | bus-range = <0x00 0xff>; | ||
286 | #interrupt-cells = <1>; | 287 | #interrupt-cells = <1>; |
287 | num-lanes = <1>; | 288 | num-lanes = <1>; |
288 | linux,pci-domain = <0>; | 289 | linux,pci-domain = <0>; |
@@ -319,6 +320,7 @@ | |||
319 | device_type = "pci"; | 320 | device_type = "pci"; |
320 | ranges = <0x81000000 0 0 0x03000 0 0x00010000 | 321 | ranges = <0x81000000 0 0 0x03000 0 0x00010000 |
321 | 0x82000000 0 0x30013000 0x13000 0 0xffed000>; | 322 | 0x82000000 0 0x30013000 0x13000 0 0xffed000>; |
323 | bus-range = <0x00 0xff>; | ||
322 | #interrupt-cells = <1>; | 324 | #interrupt-cells = <1>; |
323 | num-lanes = <1>; | 325 | num-lanes = <1>; |
324 | linux,pci-domain = <1>; | 326 | linux,pci-domain = <1>; |