linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: fabio.estevam@nxp.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/9] ARM: dts: imx25: Remove skeleton.dtsi
Date: Tue, 6 Sep 2016 12:53:10 -0300	[thread overview]
Message-ID: <1473177196-29371-4-git-send-email-fabio.estevam@nxp.com> (raw)
In-Reply-To: <1473177196-29371-1-git-send-email-fabio.estevam@nxp.com>

The inclusion of skeleton.dtsi causes the following build warning:

Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name

Instead of fixing skeleton.dtsi, just add the top level definitions
for address-cells and size-cell and remove its inclusion.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/boot/dts/imx25.dtsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
index af6af87..831d09a 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -9,10 +9,12 @@
  * http://www.gnu.org/copyleft/gpl.html
  */
 
-#include "skeleton.dtsi"
 #include "imx25-pinfunc.h"
 
 / {
+	#address-cells = <1>;
+	#size-cells = <1>;
+
 	aliases {
 		ethernet0 = &fec;
 		gpio0 = &gpio1;
-- 
1.9.1

  parent reply	other threads:[~2016-09-06 15:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-06 15:53 [PATCH 1/9] ARM: dts: imx1: Remove skeleton.dtsi Fabio Estevam
2016-09-06 15:53 ` [PATCH 2/9] ARM: dts: imx1: Fix memory node build warnings with W=1 Fabio Estevam
2016-09-06 15:53 ` [PATCH 3/9] ARM: dts: imx1: Fix cpu " Fabio Estevam
2016-09-06 15:53 ` Fabio Estevam [this message]
2016-09-06 15:53 ` [PATCH 5/9] ARM: dts: imx25: Fix memory " Fabio Estevam
2016-09-06 15:53 ` [PATCH 6/9] ARM: dts: imx27: Remove skeleton.dtsi Fabio Estevam
2016-09-06 15:53 ` [PATCH 7/9] ARM: dts: imx27: Fix cpu node build warnings with W=1 Fabio Estevam
2016-09-06 15:53 ` [PATCH 8/9] ARM: dts: imx27: Fix memory " Fabio Estevam
2016-09-06 15:53 ` Fabio Estevam
2016-09-06 15:53 ` [PATCH 9/9] ARM: dts: imx27-eukrea-mbimxsd27-baseboard: Fix ads7846 node build warning " Fabio Estevam
2016-11-05 19:35 ` [PATCH 1/9] ARM: dts: imx1: Remove skeleton.dtsi Fabio Estevam
2016-11-07  1:10   ` Shawn Guo

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=1473177196-29371-4-git-send-email-fabio.estevam@nxp.com \
    --to=fabio.estevam@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.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 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).