From: fabio.estevam@nxp.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 7/9] ARM: dts: imx27: Fix cpu node build warnings with W=1
Date: Tue, 6 Sep 2016 12:53:13 -0300 [thread overview]
Message-ID: <1473177196-29371-7-git-send-email-fabio.estevam@nxp.com> (raw)
In-Reply-To: <1473177196-29371-1-git-send-email-fabio.estevam@nxp.com>
Fix the following build warnings with W=1:
Warning (unit_address_vs_reg): Node /cpus/cpu at 0 has a unit name, but no reg property
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
arch/arm/boot/dts/imx27.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 9d8b596..b76879e 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -63,8 +63,9 @@
#size-cells = <0>;
#address-cells = <1>;
- cpu: cpu at 0 {
+ cpu at 0 {
device_type = "cpu";
+ reg = <0>;
compatible = "arm,arm926ej-s";
operating-points = <
/* kHz uV */
--
1.9.1
next prev 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 ` [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 ` Fabio Estevam [this message]
2016-09-06 15:53 ` [PATCH 8/9] ARM: dts: imx27: Fix memory node build warnings with W=1 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-7-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).