summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/berlin2cd-google-chromecast.dts
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-09-06 16:40:11 +0800
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2016-09-28 21:31:26 +0200
commitf415c5e3d04ee61ef15d52da952929ed21c2bd7f (patch)
tree7872c601bc777d6dcb6646455148d08df87bb239 /arch/arm/boot/dts/berlin2cd-google-chromecast.dts
parent7d88dd60fe6416d8fedc427b81f2da639ae3f1be (diff)
ARM: dts: chromecast: add missing unit name to /memory node
This patch fixes the following DTC warning with W=1: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/berlin2cd-google-chromecast.dts')
-rw-r--r--arch/arm/boot/dts/berlin2cd-google-chromecast.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts
index 8ba8b50ce997..ca24def0ce13 100644
--- a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts
+++ b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts
@@ -50,7 +50,7 @@
stdout-path = "serial0:115200n8";
};
- memory {
+ memory@0 {
device_type = "memory";
reg = <0x00000000 0x20000000>; /* 512 MB */
};