1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Jisheng Zhang 2016-09-28 21:36:37 +02:00 committed by Sebastian Hesselbarth
parent f415c5e3d0
commit 9a0af838c2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
device_type = "memory";
reg = <0x00000000 0x40000000>; /* 1 GB */
};