Skip to content

Commit

Permalink
ARM: dts: s5p: Add missing unit name to memory nodes for S5PV210 boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Javier Martinez Canillas authored and Krzysztof Kozlowski committed Sep 16, 2016
1 parent 80555b6 commit 5271d00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/s5pv210-aquila.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/s5pv210-goni.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/s5pv210-smdkc110.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/s5pv210-smdkv210.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/s5pv210-torbreck.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit 5271d00

Please sign in to comment.