All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Cc: arm@kernel.org, Kukjin Kim <kgene@kernel.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	linux-samsung-soc@vger.kernel.org
Subject: [PATCH 04/15] ARM: dts: exynos: fix PCI bus dtc warnings
Date: Tue, 21 Mar 2017 21:03:02 -0500	[thread overview]
Message-ID: <20170322020313.24338-4-robh@kernel.org> (raw)
In-Reply-To: <20170322020313.24338-1-robh@kernel.org>

dtc recently added PCI bus checks. Fix these warnings.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
---
Sub-arch maintainers, please apply to your trees unless arm-soc wants 
to take the whole lot.

 arch/arm/boot/dts/exynos5440.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 77d35bb92950..d86da2c768fa 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -306,6 +306,7 @@
 		ranges = <0x00000800 0 0x40000000 0x40000000 0 0x00001000   /* configuration space */
 			  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>;
@@ -329,6 +330,7 @@
 		ranges = <0x00000800 0 0x60000000 0x60000000 0 0x00001000   /* configuration space */
 			  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>;
-- 
2.10.1

WARNING: multiple messages have this Message-ID (diff)
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 04/15] ARM: dts: exynos: fix PCI bus dtc warnings
Date: Tue, 21 Mar 2017 21:03:02 -0500	[thread overview]
Message-ID: <20170322020313.24338-4-robh@kernel.org> (raw)
In-Reply-To: <20170322020313.24338-1-robh@kernel.org>

dtc recently added PCI bus checks. Fix these warnings.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: linux-samsung-soc at vger.kernel.org
---
Sub-arch maintainers, please apply to your trees unless arm-soc wants 
to take the whole lot.

 arch/arm/boot/dts/exynos5440.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 77d35bb92950..d86da2c768fa 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -306,6 +306,7 @@
 		ranges = <0x00000800 0 0x40000000 0x40000000 0 0x00001000   /* configuration space */
 			  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>;
@@ -329,6 +330,7 @@
 		ranges = <0x00000800 0 0x60000000 0x60000000 0 0x00001000   /* configuration space */
 			  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>;
-- 
2.10.1

  parent reply	other threads:[~2017-03-22  2:03 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-22  2:02 [PATCH 01/15] ARM: dts: alpine: fix PCIe node name Rob Herring
2017-03-22  2:02 ` Rob Herring
2017-03-22  2:03 ` [PATCH 02/15] ARM: dts: marvell: fix PCI bus dtc warnings Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-24 14:17   ` Gregory CLEMENT
2017-03-24 14:17     ` Gregory CLEMENT
2017-03-22  2:03 ` Rob Herring [this message]
2017-03-22  2:03   ` [PATCH 04/15] ARM: dts: exynos: " Rob Herring
2017-03-23 19:37   ` Krzysztof Kozlowski
2017-03-23 19:37     ` Krzysztof Kozlowski
2017-03-22  2:03 ` [PATCH 05/15] ARM: dts: imx: " Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-22  8:19   ` Shawn Guo
2017-03-22  8:19     ` Shawn Guo
2017-03-22 13:53     ` Rob Herring
2017-03-22 13:53       ` Rob Herring
2017-03-24  1:28       ` Shawn Guo
2017-03-24  1:28         ` Shawn Guo
2017-03-22  2:03 ` [PATCH 06/15] ARM: dts: r8a779x: " Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-22  8:58   ` Geert Uytterhoeven
2017-03-22  8:58     ` Geert Uytterhoeven
2017-03-22  8:58     ` Geert Uytterhoeven
2017-03-22 13:47     ` Rob Herring
2017-03-22 13:47       ` Rob Herring
2017-03-22 13:47       ` Rob Herring
2017-03-22 14:06       ` Geert Uytterhoeven
2017-03-22 14:06         ` Geert Uytterhoeven
2017-03-22 14:06         ` Geert Uytterhoeven
2017-03-24  7:06   ` Simon Horman
2017-03-24  7:06     ` Simon Horman
2017-03-24  7:06     ` Simon Horman
2017-03-24  7:59     ` Geert Uytterhoeven
2017-03-24  7:59       ` Geert Uytterhoeven
2017-03-24  7:59       ` Geert Uytterhoeven
2017-03-22  2:03 ` [PATCH 07/15] ARM: dts: spear13xx: " Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-22  4:11   ` Viresh Kumar
2017-03-22  4:11     ` Viresh Kumar
2017-03-22  2:03 ` [PATCH 09/15] ARM: dts: versatile: " Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-22  2:03 ` [PATCH 10/15] ARM: dts: bcm: fix msi-controller name and unit address Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-22  6:07   ` Ray Jui
2017-03-22  6:07     ` Ray Jui
2017-03-22 17:16   ` Florian Fainelli
2017-03-22 17:16     ` Florian Fainelli
     [not found] ` <20170322020313.24338-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-03-22  2:03   ` [PATCH 03/15] ARM: dts: ti: fix PCI bus dtc warnings Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-22  2:03   ` [PATCH 08/15] ARM: dts: tegra: " Rob Herring
2017-03-22  2:03     ` Rob Herring
     [not found]     ` <20170322020313.24338-8-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-13 14:51       ` Thierry Reding
2017-06-13 14:51         ` Thierry Reding
2017-03-22  2:03   ` [PATCH 11/15] arm64: dts: nvidia: " Rob Herring
2017-03-22  2:03     ` Rob Herring
     [not found]     ` <20170322020313.24338-11-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-13 14:52       ` Thierry Reding
2017-06-13 14:52         ` Thierry Reding
2017-03-22  2:03 ` [PATCH 12/15] arm64: dts: apm: " Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-22  2:03 ` [PATCH 13/15] arm64: dts: juno: " Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-22 11:56   ` Liviu Dudau
2017-03-22 11:56     ` Liviu Dudau
2017-03-22  2:03 ` [PATCH 14/15] arm64: dts: broadcom: " Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-22  5:36   ` Jayachandran C.
2017-03-22  5:36     ` Jayachandran C.
2017-03-22  2:03 ` [PATCH 15/15] arm64: dts: xilinx: " Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-23 14:35   ` Michal Simek
2017-03-23 14:35     ` Michal Simek
2017-03-22  8:01 ` [PATCH 01/15] ARM: dts: alpine: fix PCIe node name Antoine Tenart
2017-03-22  8:01   ` Antoine Tenart
2017-03-24 17:00   ` Arnd Bergmann
2017-03-24 17:00     ` Arnd Bergmann
2017-03-24 18:25     ` Antoine Tenart
2017-03-24 18:25       ` Antoine Tenart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170322020313.24338-4-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=arm@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=javier@osg.samsung.com \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.