From: fabio.estevam@nxp.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/9] ARM: dts: imx1: Remove skeleton.dtsi
Date: Tue, 6 Sep 2016 12:53:07 -0300 [thread overview]
Message-ID: <1473177196-29371-1-git-send-email-fabio.estevam@nxp.com> (raw)
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/imx1.dtsi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx1.dtsi b/arch/arm/boot/dts/imx1.dtsi
index 22f5d1d..b792eee 100644
--- a/arch/arm/boot/dts/imx1.dtsi
+++ b/arch/arm/boot/dts/imx1.dtsi
@@ -9,7 +9,6 @@
* http://www.gnu.org/copyleft/gpl.html
*/
-#include "skeleton.dtsi"
#include "imx1-pinfunc.h"
#include <dt-bindings/clock/imx1-clock.h>
@@ -17,6 +16,9 @@
#include <dt-bindings/interrupt-controller/irq.h>
/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
aliases {
gpio0 = &gpio1;
gpio1 = &gpio2;
--
1.9.
next 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 Fabio Estevam [this message]
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 ` [PATCH 4/9] ARM: dts: imx25: Remove skeleton.dtsi Fabio Estevam
2016-09-06 15:53 ` [PATCH 5/9] ARM: dts: imx25: Fix memory node build warnings with W=1 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-1-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).