diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-08 18:26:01 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-09-16 10:17:00 +0300 |
commit | 5271d002709e8ca27232ab031f35e0df1d0fe4ed (patch) | |
tree | c5763fe1fbb939d7f2d371e2fec468e49938285e /arch/arm/boot/dts/s5pv210-smdkv210.dts | |
parent | 80555b6f7f8bdc370585c024601bec65ff260852 (diff) | |
download | linux-5271d002709e8ca27232ab031f35e0df1d0fe4ed.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/s5pv210-smdkv210.dts')
-rw-r--r-- | arch/arm/boot/dts/s5pv210-smdkv210.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk"; }; - memory { + memory@20000000 { device_type = "memory"; reg = <0x20000000 0x40000000>; }; |