diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-09 16:01:09 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-10-16 02:42:43 +0200 |
commit | adc9e3a688409eb8f1ad809eca09be830518570c (patch) | |
tree | 63405fd8b56e481dd3fd18aef1a57956db3a91e2 /arch/arm/boot/dts/rk3188-radxarock.dts | |
parent | ARM: dts: rockchip: Add missing unit name to memory nodes in rk3288 boards (diff) | |
download | linux-adc9e3a688409eb8f1ad809eca09be830518570c.tar.xz linux-adc9e3a688409eb8f1ad809eca09be830518570c.zip |
ARM: dts: rockchip: Add missing unit name to memory nodes in rk3xxx 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: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3188-radxarock.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3188-radxarock.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts index 1da46d138029..5e8a235ed02d 100644 --- a/arch/arm/boot/dts/rk3188-radxarock.dts +++ b/arch/arm/boot/dts/rk3188-radxarock.dts @@ -48,7 +48,7 @@ model = "Radxa Rock"; compatible = "radxa,rock", "rockchip,rk3188"; - memory { + memory@60000000 { device_type = "memory"; reg = <0x60000000 0x80000000>; }; |