linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Javier Martinez Canillas <javier@osg.samsung.com>
To: linux-kernel@vger.kernel.org
Cc: linux-omap@vger.kernel.org, Tony Lindgren <tony@atomide.com>,
	Javier Martinez Canillas <javier@osg.samsung.com>
Subject: [PATCH 06/27] ARM: dts: omap3-beagle-xm: remove unneeded unit names
Date: Mon, 27 Jun 2016 15:20:47 -0400	[thread overview]
Message-ID: <1467055268-13194-7-git-send-email-javier@osg.samsung.com> (raw)
In-Reply-To: <1467055268-13194-1-git-send-email-javier@osg.samsung.com>

This patch fixes the following DTC warnings for omap3-beagle-xm.dtb:

"encoder@0 has a unit name, but no reg property"
"encoder@0/ports/port@0/endpoint@0 has a unit name, but no reg property"
"encoder@0/ports/port@1/endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"
"connector@1 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-beagle-xm.dts | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
index 01e1e2d5c735..8ffde06281ad 100644
--- a/arch/arm/boot/dts/omap3-beagle-xm.dts
+++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
@@ -91,7 +91,7 @@
 		vcc-supply = <&hsusb2_power>;
 	};
 
-	tfp410: encoder@0 {
+	tfp410: encoder0 {
 		compatible = "ti,tfp410";
 		powerdown-gpios = <&twl_gpio 2 GPIO_ACTIVE_LOW>;
 
@@ -104,7 +104,7 @@
 			port@0 {
 				reg = <0>;
 
-				tfp410_in: endpoint@0 {
+				tfp410_in: endpoint {
 					remote-endpoint = <&dpi_out>;
 				};
 			};
@@ -112,14 +112,14 @@
 			port@1 {
 				reg = <1>;
 
-				tfp410_out: endpoint@0 {
+				tfp410_out: endpoint {
 					remote-endpoint = <&dvi_connector_in>;
 				};
 			};
 		};
 	};
 
-	dvi0: connector@0 {
+	dvi0: connector0 {
 		compatible = "dvi-connector";
 		label = "dvi";
 
@@ -134,7 +134,7 @@
 		};
 	};
 
-	tv0: connector@1 {
+	tv0: connector1 {
 		compatible = "svideo-connector";
 		label = "tv";
 
-- 
2.5.5

  parent reply	other threads:[~2016-06-27 19:21 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 01/27] ARM: dts: omap2: add missing unit name to func_96m_ck Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 02/27] ARM: dts: am3517-craneboard: remove unneeded unit name for fixedregulator Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 03/27] ARM: dts: dm3730-torpedo-devkit: remove unneeded unit names Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 04/27] ARM: dts: n900: remove unneeded unit name for dmtimer-pwm Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 05/27] ARM: dts: omap3-beagle: remove unneeded unit names Javier Martinez Canillas
2016-06-27 19:20 ` Javier Martinez Canillas [this message]
2016-06-27 19:20 ` [PATCH 07/27] ARM: dts: cm-t3x: remove unneeded unit name in connector Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 08/27] ARM: dts: omap3-devkit8000: remove unneeded unit names Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 09/27] ARM: dts: omap3-devkit8000-lcd-common: " Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 10/27] ARM: dts: omap3-gta04: " Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 11/27] ARM: dts: omap3-ha-lcd: remove unneeded unit name Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 12/27] ARM: dts: omap3: overo: remove unneded unit names in display nodes Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 13/27] ARM: dts: omap3-igep0020-common: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 14/27] ARM: dts: omap3-overo-common-dvi: " Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 15/27] ARM: dts: omap3-pandora-common: remove unneded unit name Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 16/27] ARM: dts: sbc-t3x30: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 17/27] ARM: dts: omap3-thunder: remove unneded unit name Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 18/27] ARM: dts: omap4-duovero-parlor: " Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 19/27] ARM: dts: omap4-panda-common: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 20/27] ARM: dts: omap4-sdp: " Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 22/27] ARM: dts: am43xx-epos-evm: " Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 23/27] ARM: dts: am437x-gp-evm: " Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 24/27] ARM: dts: am437x: cm-t43: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 25/27] ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 26/27] ARM: dts: omap5-board-common: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 27/27] ARM: dts: am57xx: sbc-am57x: remove unneded unit name Javier Martinez Canillas
2016-06-29  7:14 ` [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Tony Lindgren

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=1467055268-13194-7-git-send-email-javier@osg.samsung.com \
    --to=javier@osg.samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).