From: geert+renesas@glider.be (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 16/23] ARM: dts: kzm9d: Fix W=1 dtc warnings
Date: Fri, 13 May 2016 09:55:56 +0200 [thread overview]
Message-ID: <1463126163-29423-17-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1463126163-29423-1-git-send-email-geert+renesas@glider.be>
Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /pfc at e0140200/serial at e1030000 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /gpio_keys/button at 1 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /gpio_keys/button at 2 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /gpio_keys/button at 3 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /gpio_keys/button at 4 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /regulator at 0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /regulator at 1 has a unit name, but no reg property
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/emev2-kzm9d.dts | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/arm/boot/dts/emev2-kzm9d.dts b/arch/arm/boot/dts/emev2-kzm9d.dts
index a35b851e1cd7678a..9eb86f8f32c5afc0 100644
--- a/arch/arm/boot/dts/emev2-kzm9d.dts
+++ b/arch/arm/boot/dts/emev2-kzm9d.dts
@@ -18,7 +18,7 @@
model = "EMEV2 KZM9D Board";
compatible = "renesas,kzm9d", "renesas,emev2";
- memory {
+ memory at 40000000 {
device_type = "memory";
reg = <0x40000000 0x8000000>;
};
@@ -33,28 +33,28 @@
#address-cells = <1>;
#size-cells = <0>;
- button at 1 {
+ one {
debounce_interval = <50>;
wakeup-source;
label = "DSW2-1";
linux,code = <KEY_1>;
gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
};
- button at 2 {
+ two {
debounce_interval = <50>;
wakeup-source;
label = "DSW2-2";
linux,code = <KEY_2>;
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
};
- button at 3 {
+ three {
debounce_interval = <50>;
wakeup-source;
label = "DSW2-3";
linux,code = <KEY_3>;
gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
};
- button at 4 {
+ four {
debounce_interval = <50>;
wakeup-source;
label = "DSW2-4";
@@ -63,7 +63,7 @@
};
};
- reg_1p8v: regulator at 0 {
+ reg_1p8v: regulator-1p8v {
compatible = "regulator-fixed";
regulator-name = "fixed-1.8V";
regulator-min-microvolt = <1800000>;
@@ -72,7 +72,7 @@
regulator-boot-on;
};
- reg_3p3v: regulator at 1 {
+ reg_3p3v: regulator-3p3v {
compatible = "regulator-fixed";
regulator-name = "fixed-3.3V";
regulator-min-microvolt = <3300000>;
@@ -104,7 +104,7 @@
};
&pfc {
- uart1_pins: serial at e1030000 {
+ uart1_pins: uart1 {
groups = "uart1_ctrl", "uart1_data";
function = "uart1";
};
--
1.9.1
next prev parent reply other threads:[~2016-05-13 7:55 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-13 7:55 [PATCH 00/23] ARM/arm64: dts: renesas: Fix W=1 dtc warnings Geert Uytterhoeven
2016-05-13 7:55 ` [PATCH 02/23] ARM: dts: r8a73a4: " Geert Uytterhoeven
2016-05-16 8:15 ` Geert Uytterhoeven
2016-05-13 7:55 ` [PATCH 03/23] ARM: dts: r8a7740: " Geert Uytterhoeven
2016-05-13 7:55 ` [PATCH 04/23] ARM: dts: r8a7778: " Geert Uytterhoeven
2016-05-13 7:55 ` [PATCH 05/23] ARM: dts: r8a7790: " Geert Uytterhoeven
2016-05-16 8:15 ` Geert Uytterhoeven
2016-05-13 7:55 ` [PATCH 08/23] ARM: dts: r8a7794: " Geert Uytterhoeven
2016-05-13 7:55 ` [PATCH 10/23] ARM: dts: ape6evm: " Geert Uytterhoeven
2016-05-13 7:55 ` [PATCH 11/23] ARM: dts: armadillo800eva: " Geert Uytterhoeven
2016-05-13 7:55 ` [PATCH 12/23] ARM: dts: bockw: " Geert Uytterhoeven
2016-05-13 7:55 ` [PATCH 13/23] ARM: dts: genmai: " Geert Uytterhoeven
2016-05-13 7:55 ` Geert Uytterhoeven [this message]
2016-05-13 7:55 ` [PATCH 18/23] ARM: dts: lager: " Geert Uytterhoeven
2016-05-13 11:40 ` Sergei Shtylyov
2016-05-13 7:55 ` [PATCH 19/23] ARM: dts: marzen: " Geert Uytterhoeven
2016-05-13 11:38 ` Sergei Shtylyov
2016-05-13 7:56 ` [PATCH 20/23] ARM: dts: porter: " Geert Uytterhoeven
2016-05-13 7:56 ` [PATCH 21/23] ARM: dts: silk: " Geert Uytterhoeven
2016-05-13 7:56 ` [PATCH 23/23] arm64: dts: salvator-x: " Geert Uytterhoeven
2016-05-16 0:29 ` [PATCH 00/23] ARM/arm64: dts: renesas: " Kuninori Morimoto
[not found] ` <1463126163-29423-23-git-send-email-geert+renesas@glider.be>
2016-05-16 8:16 ` [PATCH 22/23] arm64: dts: r8a7795: " Geert Uytterhoeven
2016-05-20 4:30 ` [PATCH 00/23] ARM/arm64: dts: renesas: " Simon Horman
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=1463126163-29423-17-git-send-email-geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--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).