All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corentin Labbe <clabbe@baylibre.com>
To: airlied@linux.ie, daniel@ffwll.ch, linus.walleij@linaro.org,
	robh+dt@kernel.org, ulli.kroll@googlemail.com
Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Corentin Labbe <clabbe@baylibre.com>
Subject: [PATCH v2 2/3] ARM: dts: gemini-dlink-dir-685: Remove address from display port
Date: Wed, 19 May 2021 20:35:46 +0000	[thread overview]
Message-ID: <20210519203547.837237-2-clabbe@baylibre.com> (raw)
In-Reply-To: <20210519203547.837237-1-clabbe@baylibre.com>

The address and reg adds no value to the port node, remove them.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 arch/arm/boot/dts/gemini-dlink-dir-685.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/gemini-dlink-dir-685.dts b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
index cc39289e99dd..2eeb142b5464 100644
--- a/arch/arm/boot/dts/gemini-dlink-dir-685.dts
+++ b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
@@ -492,8 +492,7 @@ drive0: ide-port@0 {
 		display-controller@6a000000 {
 			status = "okay";
 
-			port@0 {
-				reg = <0>;
+			port {
 				display_out: endpoint {
 					remote-endpoint = <&panel_in>;
 				};
-- 
2.26.3


WARNING: multiple messages have this Message-ID (diff)
From: Corentin Labbe <clabbe@baylibre.com>
To: airlied@linux.ie, daniel@ffwll.ch, linus.walleij@linaro.org,
	robh+dt@kernel.org, ulli.kroll@googlemail.com
Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Corentin Labbe <clabbe@baylibre.com>
Subject: [PATCH v2 2/3] ARM: dts: gemini-dlink-dir-685: Remove address from display port
Date: Wed, 19 May 2021 20:35:46 +0000	[thread overview]
Message-ID: <20210519203547.837237-2-clabbe@baylibre.com> (raw)
In-Reply-To: <20210519203547.837237-1-clabbe@baylibre.com>

The address and reg adds no value to the port node, remove them.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 arch/arm/boot/dts/gemini-dlink-dir-685.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/gemini-dlink-dir-685.dts b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
index cc39289e99dd..2eeb142b5464 100644
--- a/arch/arm/boot/dts/gemini-dlink-dir-685.dts
+++ b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
@@ -492,8 +492,7 @@ drive0: ide-port@0 {
 		display-controller@6a000000 {
 			status = "okay";
 
-			port@0 {
-				reg = <0>;
+			port {
 				display_out: endpoint {
 					remote-endpoint = <&panel_in>;
 				};
-- 
2.26.3


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Corentin Labbe <clabbe@baylibre.com>
To: airlied@linux.ie, daniel@ffwll.ch, linus.walleij@linaro.org,
	robh+dt@kernel.org, ulli.kroll@googlemail.com
Cc: devicetree@vger.kernel.org, Corentin Labbe <clabbe@baylibre.com>,
	linux-arm-kernel@lists.infradead.org,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 2/3] ARM: dts: gemini-dlink-dir-685: Remove address from display port
Date: Wed, 19 May 2021 20:35:46 +0000	[thread overview]
Message-ID: <20210519203547.837237-2-clabbe@baylibre.com> (raw)
In-Reply-To: <20210519203547.837237-1-clabbe@baylibre.com>

The address and reg adds no value to the port node, remove them.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 arch/arm/boot/dts/gemini-dlink-dir-685.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/gemini-dlink-dir-685.dts b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
index cc39289e99dd..2eeb142b5464 100644
--- a/arch/arm/boot/dts/gemini-dlink-dir-685.dts
+++ b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
@@ -492,8 +492,7 @@ drive0: ide-port@0 {
 		display-controller@6a000000 {
 			status = "okay";
 
-			port@0 {
-				reg = <0>;
+			port {
 				display_out: endpoint {
 					remote-endpoint = <&panel_in>;
 				};
-- 
2.26.3


  reply	other threads:[~2021-05-19 20:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19 20:35 [PATCH v2 1/3] dt-bindings: display: convert faraday,tve200 Corentin Labbe
2021-05-19 20:35 ` Corentin Labbe
2021-05-19 20:35 ` Corentin Labbe
2021-05-19 20:35 ` Corentin Labbe [this message]
2021-05-19 20:35   ` [PATCH v2 2/3] ARM: dts: gemini-dlink-dir-685: Remove address from display port Corentin Labbe
2021-05-19 20:35   ` Corentin Labbe
2021-05-21 23:55   ` Linus Walleij
2021-05-21 23:55     ` Linus Walleij
2021-05-21 23:55     ` Linus Walleij
2021-05-19 20:35 ` [PATCH v2 3/3] ARM: dts: gemini: remove xxx-cells from display Corentin Labbe
2021-05-19 20:35   ` Corentin Labbe
2021-05-19 20:35   ` Corentin Labbe
2021-05-21 23:55   ` Linus Walleij
2021-05-21 23:55     ` Linus Walleij
2021-05-21 23:55     ` Linus Walleij
2021-05-21  2:00 ` [PATCH v2 1/3] dt-bindings: display: convert faraday,tve200 Rob Herring
2021-05-21  2:00   ` Rob Herring
2021-05-21  2:00   ` Rob Herring
2021-05-21 23:54 ` Linus Walleij
2021-05-21 23:54   ` Linus Walleij
2021-05-21 23:54   ` Linus Walleij

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=20210519203547.837237-2-clabbe@baylibre.com \
    --to=clabbe@baylibre.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=ulli.kroll@googlemail.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.