summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am57xx-beagle-x15.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-08-31 12:35:33 +0200
committerTony Lindgren <tony@atomide.com>2016-08-31 07:40:26 -0700
commit0b086802cbed1fa06916d68c3d89f8be3fd6c2ac (patch)
treeb7514eb3980d9071cf42c29ac32a8f7ab9813a83 /arch/arm/boot/dts/am57xx-beagle-x15.dts
parent9194cf4daa93652a5ebdf410e91708169c5bb04f (diff)
downloadlinux-0b086802cbed1fa06916d68c3d89f8be3fd6c2ac.tar.bz2
ARM: dts: am572x: 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/am57xx-beagle-x15.dts')
-rw-r--r--arch/arm/boot/dts/am57xx-beagle-x15.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts
index 8b115e1b48a3..9067ca092dc5 100644
--- a/arch/arm/boot/dts/am57xx-beagle-x15.dts
+++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts
@@ -23,7 +23,7 @@
display0 = &hdmi0;
};
- memory {
+ memory@0 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x80000000>;
};