All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 02/10] ARM: dts: porter: Drop unnecessary address properties from vin port node
Date: Thu, 26 Apr 2018 12:29:43 +0200	[thread overview]
Message-ID: <20180426102951.8683-3-horms+renesas@verge.net.au> (raw)
In-Reply-To: <20180426102951.8683-1-horms+renesas@verge.net.au>

The vin port node does not have an address and thus does not need
address-cells or address size-properties.

This is flagged by dtc as follows:
 # make dtbs W=1
 arch/arm/boot/dts/r8a7791-porter.dtb: Warning (avoid_unnecessary_addr_size): /soc/video@e6ef0000/port: unnecessary #address-cells/#size-cells without

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791-porter.dts | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts
index c336aa17b79e..a01101b49d99 100644
--- a/arch/arm/boot/dts/r8a7791-porter.dts
+++ b/arch/arm/boot/dts/r8a7791-porter.dts
@@ -386,9 +386,6 @@
 	pinctrl-names = "default";
 
 	port {
-		#address-cells = <1>;
-		#size-cells = <0>;
-
 		vin0ep: endpoint {
 			remote-endpoint = <&adv7180>;
 			bus-width = <8>;
-- 
2.11.0

WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 02/10] ARM: dts: porter: Drop unnecessary address properties from vin port node
Date: Thu, 26 Apr 2018 12:29:43 +0200	[thread overview]
Message-ID: <20180426102951.8683-3-horms+renesas@verge.net.au> (raw)
In-Reply-To: <20180426102951.8683-1-horms+renesas@verge.net.au>

The vin port node does not have an address and thus does not need
address-cells or address size-properties.

This is flagged by dtc as follows:
 # make dtbs W=1
 arch/arm/boot/dts/r8a7791-porter.dtb: Warning (avoid_unnecessary_addr_size): /soc/video at e6ef0000/port: unnecessary #address-cells/#size-cells without

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791-porter.dts | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts
index c336aa17b79e..a01101b49d99 100644
--- a/arch/arm/boot/dts/r8a7791-porter.dts
+++ b/arch/arm/boot/dts/r8a7791-porter.dts
@@ -386,9 +386,6 @@
 	pinctrl-names = "default";
 
 	port {
-		#address-cells = <1>;
-		#size-cells = <0>;
-
 		vin0ep: endpoint {
 			remote-endpoint = <&adv7180>;
 			bus-width = <8>;
-- 
2.11.0

  parent reply	other threads:[~2018-04-26 10:30 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-26 10:29 [PATCH 00/10] ARM, arm64: dts: renesas: update register properties Simon Horman
2018-04-26 10:29 ` Simon Horman
2018-04-26 10:29 ` [PATCH 01/10] ARM: dts: lager: Drop unnecessary address properties from port node Simon Horman
2018-04-26 10:29   ` Simon Horman
2018-04-26 10:29 ` Simon Horman [this message]
2018-04-26 10:29   ` [PATCH 02/10] ARM: dts: porter: Drop unnecessary address properties from vin " Simon Horman
2018-04-26 10:29 ` [PATCH 03/10] ARM: dts: gose: Drop unnecessary address properties from port nodes Simon Horman
2018-04-26 10:29   ` Simon Horman
2018-04-26 10:29 ` [PATCH 04/10] ARM: dts: koelsch: " Simon Horman
2018-04-26 10:29   ` Simon Horman
2018-04-26 10:29 ` [PATCH 05/10] ARM: dts: alt: Drop unnecessary address properties from vin port node Simon Horman
2018-04-26 10:29   ` Simon Horman
2018-04-26 10:29 ` [PATCH 06/10] ARM: dts: silk: " Simon Horman
2018-04-26 10:29   ` Simon Horman
2018-04-26 10:29 ` [PATCH 07/10] ARM: dts: kzm9d: Drop unnecessary address properties from gpio_keys node Simon Horman
2018-04-26 10:29   ` Simon Horman
2018-04-26 14:52   ` Niklas Söderlund
2018-04-26 14:52     ` Niklas Söderlund
2018-04-30  7:07     ` Simon Horman
2018-04-30  7:07       ` Simon Horman
2018-05-02  6:56       ` Simon Horman
2018-05-02  6:56         ` Simon Horman
2018-04-26 10:29 ` [PATCH 08/10] arm64: dts: renesas: r8a7795: Add address properties to rcar_sound port nodes Simon Horman
2018-04-26 10:29   ` Simon Horman
2018-04-26 10:29 ` [PATCH 09/10] arm64: dts: renesas: r8a7796: " Simon Horman
2018-04-26 10:29   ` Simon Horman
2018-04-26 10:29 ` [PATCH 10/10] arm64: dts: renesas: r8a77965: " Simon Horman
2018-04-26 10:29   ` Simon Horman
2018-05-02 13:10 ` [PATCH 00/10] ARM, arm64: dts: renesas: update register properties Geert Uytterhoeven
2018-05-02 13:10   ` Geert Uytterhoeven
2018-05-09 18:48   ` Simon Horman
2018-05-09 18:48     ` Simon Horman

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=20180426102951.8683-3-horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /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.