summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap2420-h4.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-08-31 12:35:26 +0200
committerTony Lindgren <tony@atomide.com>2016-08-31 07:40:22 -0700
commit101ace8d1336ce95a596adf1a11f12226979ff9f (patch)
tree75bf24d9425353e223345e497d8f6921670cffd8 /arch/arm/boot/dts/omap2420-h4.dts
parent75813028bbd7caed9382dd45e3f4bb1de38b9002 (diff)
ARM: dts: omap2: 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/omap2420-h4.dts')
-rw-r--r--arch/arm/boot/dts/omap2420-h4.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
index 34cdecb4fdda..9265c0b9c3f3 100644
--- a/arch/arm/boot/dts/omap2420-h4.dts
+++ b/arch/arm/boot/dts/omap2420-h4.dts
@@ -13,7 +13,7 @@
model = "TI OMAP2420 H4 board";
compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
- memory {
+ memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x4000000>; /* 64 MB */
};