diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-28 15:36:37 -0400 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2016-09-28 15:36:37 -0400 |
commit | 9a0af838c202572801dc344294eb0a2875f60ab7 (patch) | |
tree | 079a2b2a200e649a0366be91cc2b024bc8c82e56 /arch/arm | |
parent | f415c5e3d04ee61ef15d52da952929ed21c2bd7f (diff) |
ARM: dts: sony-nsz-gs7: 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')
-rw-r--r-- | arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts b/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts index 3c0907b87fd6..1c475796d17f 100644 --- a/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts +++ b/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | |||
@@ -49,7 +49,7 @@ | |||
49 | stdout-path = "serial0:115200n8"; | 49 | stdout-path = "serial0:115200n8"; |
50 | }; | 50 | }; |
51 | 51 | ||
52 | memory { | 52 | memory@0 { |
53 | device_type = "memory"; | 53 | device_type = "memory"; |
54 | reg = <0x00000000 0x40000000>; /* 1 GB */ | 54 | reg = <0x00000000 0x40000000>; /* 1 GB */ |
55 | }; | 55 | }; |