All of lore.kernel.org
 help / color / mirror / Atom feed
From: Javier Martinez Canillas <javier@osg.samsung.com>
To: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	Tony Lindgren <tony@atomide.com>,
	Javier Martinez Canillas <javier@osg.samsung.com>
Subject: [PATCH 2/5] ARM: dts: n8x0: remove unneeded unit name for i2c node
Date: Fri,  1 Apr 2016 16:20:19 -0400	[thread overview]
Message-ID: <1459542022-17246-3-git-send-email-javier@osg.samsung.com> (raw)
In-Reply-To: <1459542022-17246-1-git-send-email-javier@osg.samsung.com>

This patch fixes the following DTC warnings:

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

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

 arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi
index 8491f46c61b7..db95aadcca70 100644
--- a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi
+++ b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi
@@ -7,7 +7,7 @@
 	};
 
 	ocp {
-		i2c@0 {
+		i2c0 {
 			compatible = "i2c-cbus-gpio";
 			gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */
 				 &gpio3 1 GPIO_ACTIVE_HIGH /* gpio65 dat */
-- 
2.5.0

  parent reply	other threads:[~2016-04-01 20:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01 20:20 [PATCH 0/5] ARM: dts: omap: Fix some DTC warnings Javier Martinez Canillas
2016-04-01 20:20 ` Javier Martinez Canillas
2016-04-01 20:20 ` [PATCH 1/5] ARM: dts: omap: add missing unit name to pbias regulator nodes Javier Martinez Canillas
2016-04-01 20:20 ` Javier Martinez Canillas [this message]
2016-04-01 20:20 ` [PATCH 3/5] ARM: dts: omap3: add missing unit name to PMU node Javier Martinez Canillas
2016-04-01 20:20 ` [PATCH 4/5] ARM: dts: omap: remove unneeded unit name for sound nodes Javier Martinez Canillas
2016-04-01 20:20 ` [PATCH 5/5] ARM: dts: omap: add missing unit names to bandgap nodes Javier Martinez Canillas
2016-04-01 20:20   ` Javier Martinez Canillas
2016-04-01 20:38 ` [PATCH 0/5] ARM: dts: omap: Fix some DTC warnings Tony Lindgren
2016-04-11 19:39   ` Tony Lindgren
2016-04-11 19:39     ` 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=1459542022-17246-3-git-send-email-javier@osg.samsung.com \
    --to=javier@osg.samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=robh+dt@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 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.