diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-09 10:01:09 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-10-16 02:42:43 +0200 |
commit | adc9e3a688409eb8f1ad809eca09be830518570c (patch) | |
tree | 63405fd8b56e481dd3fd18aef1a57956db3a91e2 /arch/arm/boot/dts/rk3066a-marsboard.dts | |
parent | 0b639b815f15e70bd01c6e07c135828051a574c2 (diff) | |
download | talos-obmc-linux-adc9e3a688409eb8f1ad809eca09be830518570c.tar.gz talos-obmc-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/rk3066a-marsboard.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3066a-marsboard.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3066a-marsboard.dts b/arch/arm/boot/dts/rk3066a-marsboard.dts index a2b763e949b4..0a54c4beff8d 100644 --- a/arch/arm/boot/dts/rk3066a-marsboard.dts +++ b/arch/arm/boot/dts/rk3066a-marsboard.dts @@ -47,7 +47,7 @@ model = "MarsBoard RK3066"; compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a"; - memory { + memory@60000000 { device_type = "memory"; reg = <0x60000000 0x40000000>; }; |