summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-overo-base.dtsi
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-08-31 12:35:27 +0200
committerTony Lindgren <tony@atomide.com>2016-08-31 07:40:23 -0700
commit81777ff9dde770d585e9c50c76218211ad157dca (patch)
treea93509f37f9d72a8d03ac3951ee5e0f192d5368e /arch/arm/boot/dts/omap3-overo-base.dtsi
parent101ace8d1336ce95a596adf1a11f12226979ff9f (diff)
ARM: dts: omap3: 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@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo-base.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-overo-base.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-base.dtsi b/arch/arm/boot/dts/omap3-overo-base.dtsi
index 91b2e423c7c0..401fae838fe9 100644
--- a/arch/arm/boot/dts/omap3-overo-base.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-base.dtsi
@@ -12,7 +12,7 @@
/ {
- memory {
+ memory@0 {
device_type = "memory";
reg = <0 0>;
};