1
0
Fork 0

ARM: dts: s5p: Add missing unit name to memory nodes for S5PV210 boards

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: Krzysztof Kozlowski <k.kozlowski@samsung.com>
steinar/wifi_calib_4_9_kernel
Javier Martinez Canillas 2016-09-08 11:26:01 -04:00 committed by Krzysztof Kozlowski
parent 80555b6f7f
commit 5271d00270
5 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
bootargs = "console=ttySAC2,115200n8 root=/dev/mmcblk1p5 rw rootwait ignore_loglevel earlyprintk";
};
memory {
memory@30000000 {
device_type = "memory";
reg = <0x30000000 0x05000000
0x40000000 0x18000000>;

View File

@ -29,7 +29,7 @@
bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p5 rw rootwait ignore_loglevel earlyprintk";
};
memory {
memory@30000000 {
device_type = "memory";
reg = <0x30000000 0x05000000
0x40000000 0x10000000

View File

@ -29,7 +29,7 @@
bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
};
memory {
memory@20000000 {
device_type = "memory";
reg = <0x20000000 0x20000000>;
};

View File

@ -29,7 +29,7 @@
bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
};
memory {
memory@20000000 {
device_type = "memory";
reg = <0x20000000 0x40000000>;
};

View File

@ -29,7 +29,7 @@
bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
};
memory {
memory@20000000 {
device_type = "memory";
reg = <0x20000000 0x20000000>;
};