All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@bootlin.com>
To: Chen-Yu Tsai <wens@csie.org>, Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Sean Paul <seanpaul@chromium.org>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	linux-arm-kernel@lists.infradead.org,
	dri-devel@lists.freedesktop.org
Subject: [PATCH v2 11/13] ARM: dts: sun8i: r40: Fix Display Engine DTC warnings
Date: Thu, 14 Mar 2019 21:16:32 +0100	[thread overview]
Message-ID: <ef3280b1bc670105a554a282a94fcb9eb77483a5.1552594551.git-series.maxime.ripard@bootlin.com> (raw)
In-Reply-To: <cover.ec8b238cd65ed1e16d9e4574b695f76c9b14f0c0.1552594551.git-series.maxime.ripard@bootlin.com>

Our display engine endpoints trigger some DTC warnings due to the fact that
we're having a single endpoint that doesn't need any reg property, and
since we don't have a reg property, we don't need the address-cells and
size-cells properties anymore.

Fix those

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
---
 arch/arm/boot/dts/sun8i-r40.dtsi | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/sun8i-r40.dtsi b/arch/arm/boot/dts/sun8i-r40.dtsi
index 06b685869f52..1061d46efafd 100644
--- a/arch/arm/boot/dts/sun8i-r40.dtsi
+++ b/arch/arm/boot/dts/sun8i-r40.dtsi
@@ -614,12 +614,9 @@
 				#size-cells = <0>;
 
 				tcon_top_mixer0_in: port@0 {
-					#address-cells = <1>;
-					#size-cells = <0>;
 					reg = <0>;
 
-					tcon_top_mixer0_in_mixer0: endpoint@0 {
-						reg = <0>;
+					tcon_top_mixer0_in_mixer0: endpoint {
 						remote-endpoint = <&mixer0_out_tcon_top>;
 					};
 				};
-- 
git-series 0.9.1

_______________________________________________
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: Maxime Ripard <maxime.ripard@bootlin.com>
To: Chen-Yu Tsai <wens@csie.org>, Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Sean Paul <seanpaul@chromium.org>,
	linux-arm-kernel@lists.infradead.org,
	dri-devel@lists.freedesktop.org
Subject: [PATCH v2 11/13] ARM: dts: sun8i: r40: Fix Display Engine DTC warnings
Date: Thu, 14 Mar 2019 21:16:32 +0100	[thread overview]
Message-ID: <ef3280b1bc670105a554a282a94fcb9eb77483a5.1552594551.git-series.maxime.ripard@bootlin.com> (raw)
In-Reply-To: <cover.ec8b238cd65ed1e16d9e4574b695f76c9b14f0c0.1552594551.git-series.maxime.ripard@bootlin.com>

Our display engine endpoints trigger some DTC warnings due to the fact that
we're having a single endpoint that doesn't need any reg property, and
since we don't have a reg property, we don't need the address-cells and
size-cells properties anymore.

Fix those

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
---
 arch/arm/boot/dts/sun8i-r40.dtsi | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/sun8i-r40.dtsi b/arch/arm/boot/dts/sun8i-r40.dtsi
index 06b685869f52..1061d46efafd 100644
--- a/arch/arm/boot/dts/sun8i-r40.dtsi
+++ b/arch/arm/boot/dts/sun8i-r40.dtsi
@@ -614,12 +614,9 @@
 				#size-cells = <0>;
 
 				tcon_top_mixer0_in: port@0 {
-					#address-cells = <1>;
-					#size-cells = <0>;
 					reg = <0>;
 
-					tcon_top_mixer0_in_mixer0: endpoint@0 {
-						reg = <0>;
+					tcon_top_mixer0_in_mixer0: endpoint {
 						remote-endpoint = <&mixer0_out_tcon_top>;
 					};
 				};
-- 
git-series 0.9.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2019-03-14 20:33 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-14 20:16 [PATCH v2 00/13] ARM: dts: sunxi: Cleanup DTC warnings Maxime Ripard
2019-03-14 20:16 ` Maxime Ripard
2019-03-14 20:16 ` [PATCH v2 01/13] drm/sun4i: backend: Simplify the get_id logic Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:43   ` Chen-Yu Tsai
2019-03-15  2:43     ` Chen-Yu Tsai
2019-03-15  8:38     ` Maxime Ripard
2019-03-15  8:38       ` Maxime Ripard
2019-03-14 20:16 ` [PATCH v2 02/13] drm/sun4i: mixer: " Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:44   ` Chen-Yu Tsai
2019-03-15  2:44     ` Chen-Yu Tsai
2019-03-14 20:16 ` [PATCH v2 03/13] ARM: dts: sun8i: a83t: Add cross links for the mixers Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:53   ` Chen-Yu Tsai
2019-03-15  2:53     ` Chen-Yu Tsai
2019-03-14 20:16 ` [PATCH v2 04/13] arm64: dts: allwinner: a64: " Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:54   ` Chen-Yu Tsai
2019-03-15  2:54     ` Chen-Yu Tsai
2019-03-14 20:16 ` [PATCH v2 05/13] ARM: dts: sun5i: Fix display pipeline endpoint warnings in DTC Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:29   ` Chen-Yu Tsai
2019-03-15  2:29     ` Chen-Yu Tsai
2019-03-14 20:16 ` [PATCH v2 06/13] ARM: dts: sun5i: Fix Display Engine DTC warnings Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:30   ` Chen-Yu Tsai
2019-03-15  2:30     ` Chen-Yu Tsai
2019-03-14 20:16 ` [PATCH v2 07/13] ARM: dts: sun6i: " Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:29   ` Chen-Yu Tsai
2019-03-15  2:29     ` Chen-Yu Tsai
2019-03-14 20:16 ` [PATCH v2 08/13] ARM: dts: sun8i: a23/a33: " Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:28   ` Chen-Yu Tsai
2019-03-15  2:28     ` Chen-Yu Tsai
2019-03-15  8:57     ` Maxime Ripard
2019-03-14 20:16 ` [PATCH v2 09/13] ARM: dts: sun8i: v3s: " Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:32   ` Chen-Yu Tsai
2019-03-15  2:32     ` Chen-Yu Tsai
2019-03-14 20:16 ` [PATCH v2 10/13] ARM: dts: sun8i: a83t: " Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:34   ` Chen-Yu Tsai
2019-03-15  2:34     ` Chen-Yu Tsai
2019-03-14 20:16 ` Maxime Ripard [this message]
2019-03-14 20:16   ` [PATCH v2 11/13] ARM: dts: sun8i: r40: " Maxime Ripard
2019-03-15  2:35   ` Chen-Yu Tsai
2019-03-15  2:35     ` Chen-Yu Tsai
2019-03-14 20:16 ` [PATCH v2 12/13] ARM: dts: sun9i: " Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:35   ` Chen-Yu Tsai
2019-03-15  2:35     ` Chen-Yu Tsai
2019-03-14 20:16 ` [PATCH v2 13/13] ARM: dts: sun9i: Add missing unit address Maxime Ripard
2019-03-14 20:16   ` Maxime Ripard
2019-03-15  2:39   ` Chen-Yu Tsai
2019-03-15  2:39     ` Chen-Yu Tsai
2019-03-15  9:02     ` Maxime Ripard
2019-03-15  9:02       ` Maxime Ripard
2019-03-15  9:09       ` Chen-Yu Tsai
2019-03-15  9:09         ` Chen-Yu Tsai
2019-03-15  9:16         ` Maxime Ripard
2019-03-15  9:16           ` Maxime Ripard
2019-03-15 10:22           ` Chen-Yu Tsai
2019-03-15 10:22             ` Chen-Yu Tsai
2019-03-15 11:58             ` Maxime Ripard
2019-03-15 11:58               ` Maxime Ripard
2019-03-15  9:08 ` [PATCH v2 00/13] ARM: dts: sunxi: Cleanup DTC warnings Maxime Ripard
2019-03-15  9:08   ` Maxime Ripard

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=ef3280b1bc670105a554a282a94fcb9eb77483a5.1552594551.git-series.maxime.ripard@bootlin.com \
    --to=maxime.ripard@bootlin.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=seanpaul@chromium.org \
    --cc=wens@csie.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.