diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 04:40:11 -0400 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2016-09-28 15:31:26 -0400 |
commit | f415c5e3d04ee61ef15d52da952929ed21c2bd7f (patch) | |
tree | 7872c601bc777d6dcb6646455148d08df87bb239 /arch/arm/boot | |
parent | 7d88dd60fe6416d8fedc427b81f2da639ae3f1be (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')
-rw-r--r-- | arch/arm/boot/dts/berlin2cd-google-chromecast.dts | 2 |
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 @@ | |||
50 | stdout-path = "serial0:115200n8"; | 50 | stdout-path = "serial0:115200n8"; |
51 | }; | 51 | }; |
52 | 52 | ||
53 | memory { | 53 | memory@0 { |
54 | device_type = "memory"; | 54 | device_type = "memory"; |
55 | reg = <0x00000000 0x20000000>; /* 512 MB */ | 55 | reg = <0x00000000 0x20000000>; /* 512 MB */ |
56 | }; | 56 | }; |