diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-08 11:26:01 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-09-16 03:17:00 -0400 |
commit | 5271d002709e8ca27232ab031f35e0df1d0fe4ed (patch) | |
tree | c5763fe1fbb939d7f2d371e2fec468e49938285e | |
parent | 80555b6f7f8bdc370585c024601bec65ff260852 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/s5pv210-aquila.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/s5pv210-goni.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/s5pv210-smdkc110.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/s5pv210-smdkv210.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/s5pv210-torbreck.dts | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/s5pv210-aquila.dts b/arch/arm/boot/dts/s5pv210-aquila.dts index da24ab570b0e..d763c5b4c65d 100644 --- a/arch/arm/boot/dts/s5pv210-aquila.dts +++ b/arch/arm/boot/dts/s5pv210-aquila.dts | |||
@@ -29,7 +29,7 @@ | |||
29 | bootargs = "console=ttySAC2,115200n8 root=/dev/mmcblk1p5 rw rootwait ignore_loglevel earlyprintk"; | 29 | bootargs = "console=ttySAC2,115200n8 root=/dev/mmcblk1p5 rw rootwait ignore_loglevel earlyprintk"; |
30 | }; | 30 | }; |
31 | 31 | ||
32 | memory { | 32 | memory@30000000 { |
33 | device_type = "memory"; | 33 | device_type = "memory"; |
34 | reg = <0x30000000 0x05000000 | 34 | reg = <0x30000000 0x05000000 |
35 | 0x40000000 0x18000000>; | 35 | 0x40000000 0x18000000>; |
diff --git a/arch/arm/boot/dts/s5pv210-goni.dts b/arch/arm/boot/dts/s5pv210-goni.dts index 0a33d402138e..c56f51ee7897 100644 --- a/arch/arm/boot/dts/s5pv210-goni.dts +++ b/arch/arm/boot/dts/s5pv210-goni.dts | |||
@@ -29,7 +29,7 @@ | |||
29 | bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p5 rw rootwait ignore_loglevel earlyprintk"; | 29 | bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p5 rw rootwait ignore_loglevel earlyprintk"; |
30 | }; | 30 | }; |
31 | 31 | ||
32 | memory { | 32 | memory@30000000 { |
33 | device_type = "memory"; | 33 | device_type = "memory"; |
34 | reg = <0x30000000 0x05000000 | 34 | reg = <0x30000000 0x05000000 |
35 | 0x40000000 0x10000000 | 35 | 0x40000000 0x10000000 |
diff --git a/arch/arm/boot/dts/s5pv210-smdkc110.dts b/arch/arm/boot/dts/s5pv210-smdkc110.dts index 1eedab7ffe94..5d14da911aa5 100644 --- a/arch/arm/boot/dts/s5pv210-smdkc110.dts +++ b/arch/arm/boot/dts/s5pv210-smdkc110.dts | |||
@@ -29,7 +29,7 @@ | |||
29 | bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk"; | 29 | bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk"; |
30 | }; | 30 | }; |
31 | 31 | ||
32 | memory { | 32 | memory@20000000 { |
33 | device_type = "memory"; | 33 | device_type = "memory"; |
34 | reg = <0x20000000 0x20000000>; | 34 | reg = <0x20000000 0x20000000>; |
35 | }; | 35 | }; |
diff --git a/arch/arm/boot/dts/s5pv210-smdkv210.dts b/arch/arm/boot/dts/s5pv210-smdkv210.dts index 9eb6aff3e38f..75398318ed57 100644 --- a/arch/arm/boot/dts/s5pv210-smdkv210.dts +++ b/arch/arm/boot/dts/s5pv210-smdkv210.dts | |||
@@ -29,7 +29,7 @@ | |||
29 | bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk"; | 29 | bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk"; |
30 | }; | 30 | }; |
31 | 31 | ||
32 | memory { | 32 | memory@20000000 { |
33 | device_type = "memory"; | 33 | device_type = "memory"; |
34 | reg = <0x20000000 0x40000000>; | 34 | reg = <0x20000000 0x40000000>; |
35 | }; | 35 | }; |
diff --git a/arch/arm/boot/dts/s5pv210-torbreck.dts b/arch/arm/boot/dts/s5pv210-torbreck.dts index 622599fd2cfa..7cb50bcee888 100644 --- a/arch/arm/boot/dts/s5pv210-torbreck.dts +++ b/arch/arm/boot/dts/s5pv210-torbreck.dts | |||
@@ -29,7 +29,7 @@ | |||
29 | bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk"; | 29 | bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk"; |
30 | }; | 30 | }; |
31 | 31 | ||
32 | memory { | 32 | memory@20000000 { |
33 | device_type = "memory"; | 33 | device_type = "memory"; |
34 | reg = <0x20000000 0x20000000>; | 34 | reg = <0x20000000 0x20000000>; |
35 | }; | 35 | }; |