[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1472639737-17586-23-git-send-email-javier@osg.samsung.com>
Date: Wed, 31 Aug 2016 12:35:36 +0200
From: Javier Martinez Canillas <javier@....samsung.com>
To: linux-kernel@...r.kernel.org
Cc: Mark Rutland <mark.rutland@....com>,
Rob Herring <robh+dt@...nel.org>,
Tony Lindgren <tony@...mide.com>, linux-omap@...r.kernel.org,
Javier Martinez Canillas <javier@....samsung.com>
Subject: [PATCH 22/23] ARM: dts: dra62x: Add missing unit name to memory nodes
This patch fixes the following DTC warnings:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Javier Martinez Canillas <javier@....samsung.com>
---
arch/arm/boot/dts/dra62x-j5eco-evm.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/dra62x-j5eco-evm.dts b/arch/arm/boot/dts/dra62x-j5eco-evm.dts
index 68e31d122762..155eb32ee213 100644
--- a/arch/arm/boot/dts/dra62x-j5eco-evm.dts
+++ b/arch/arm/boot/dts/dra62x-j5eco-evm.dts
@@ -12,7 +12,7 @@
model = "DRA62x J5 Eco EVM";
compatible = "ti,dra62x-j5eco-evm", "ti,dra62x", "ti,dm8148";
- memory {
+ memory@...00000 {
device_type = "memory";
reg = <0x80000000 0x40000000>; /* 1 GB */
};
--
2.7.4
Powered by blists - more mailing lists