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 12/27] ARM: dts: omap3: overo: remove unneded unit names in display nodes
Date: Mon, 27 Jun 2016 15:20:53 -0400	[thread overview]
Message-ID: <1467055268-13194-13-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-overo-gallop43.dtb,
omap3-overo-chestnut43.dtb, omap3-overo-storm-chestnut43.dtb,
omap3-overo-palo43.dtb, and omap3-overo-storm-palo43.dtb:

"display@0 has a unit name, but no reg property"

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

 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi | 2 +-
 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi b/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
index 6314da2580f5..ca86da68220c 100644
--- a/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
@@ -119,7 +119,7 @@
 	pinctrl-names = "default";
 	pinctrl-0 = <&mcspi1_pins>;
 
-	lcd0: display@0 {
+	lcd0: display {
 		compatible = "lgphilips,lb035q02";
 		label = "lcd35";
 
diff --git a/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi b/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
index 7e3fe85a8ad9..b0753ef8abd4 100644
--- a/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
@@ -96,7 +96,7 @@
 		display0 = &lcd0;
 	};
 
-	lcd0: display@0 {
+	lcd0: display {
 		compatible = "samsung,lte430wq-f0c", "panel-dpi";
 		label = "lcd43";
 
-- 
2.5.5

  parent reply	other threads:[~2016-06-27 19:22 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 ` [PATCH 06/27] ARM: dts: omap3-beagle-xm: " Javier Martinez Canillas
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 ` Javier Martinez Canillas [this message]
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-13-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).