linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: skeleton: Fix build warning with W=1
@ 2016-08-14 19:34 Fabio Estevam
  2016-08-14 19:34 ` [PATCH 2/3] ARM: dts: imx23: Fix build warnings " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Fabio Estevam @ 2016-08-14 19:34 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@nxp.com>

Fix the following build warnings with W=1:

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

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

diff --git a/arch/arm/boot/dts/skeleton.dtsi b/arch/arm/boot/dts/skeleton.dtsi
index b41d241..a20da0a 100644
--- a/arch/arm/boot/dts/skeleton.dtsi
+++ b/arch/arm/boot/dts/skeleton.dtsi
@@ -9,5 +9,5 @@
 	#size-cells = <1>;
 	chosen { };
 	aliases { };
-	memory { device_type = "memory"; reg = <0 0>; };
+	memory at 0 { device_type = "memory"; reg = <0 0>; };
 };
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-15 16:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-14 19:34 [PATCH 1/3] ARM: dts: skeleton: Fix build warning with W=1 Fabio Estevam
2016-08-14 19:34 ` [PATCH 2/3] ARM: dts: imx23: Fix build warnings " Fabio Estevam
2016-08-14 19:34 ` [PATCH 3/3] ARM: dts: imx28: " Fabio Estevam
2016-08-15 16:01   ` Rob Herring
2016-08-15 16:07     ` Fabio Estevam
2016-08-14 20:24 ` [PATCH 1/3] ARM: dts: skeleton: Fix build warning " Stefan Wahren
2016-08-14 20:46   ` Fabio Estevam

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).