summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-sniper.dts
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-sniper.dts
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-sniper.dts')
-rw-r--r--arch/arm/boot/dts/omap3-sniper.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-sniper.dts b/arch/arm/boot/dts/omap3-sniper.dts
index 78a1184cb312..bc4498e77bc9 100644
--- a/arch/arm/boot/dts/omap3-sniper.dts
+++ b/arch/arm/boot/dts/omap3-sniper.dts
@@ -20,7 +20,7 @@
};
};
- memory {
+ memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512 MB */
};