summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am335x-pepper.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-08-31 12:35:30 +0200
committerTony Lindgren <tony@atomide.com>2016-08-31 07:40:24 -0700
commit278cb79cc113a56467b93244ac3812bc049eb20a (patch)
tree860ad42d4699ad186592376722362773062feb39 /arch/arm/boot/dts/am335x-pepper.dts
parentbfa130bbacda4f3418aa4898c81f9013319ee3b7 (diff)
ARM: dts: am335x: 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/am335x-pepper.dts')
-rw-r--r--arch/arm/boot/dts/am335x-pepper.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-pepper.dts b/arch/arm/boot/dts/am335x-pepper.dts
index ddfdf3ca3d66..30e2f8770aaf 100644
--- a/arch/arm/boot/dts/am335x-pepper.dts
+++ b/arch/arm/boot/dts/am335x-pepper.dts
@@ -20,7 +20,7 @@
};
};
- memory {
+ memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512 MB */
};