ARM: dts: rockchip: Add missing unit name to memory nodes in rk3036 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>
This commit is contained in:
Javier Martinez Canillas 2016-09-09 10:01:06 -04:00 committed by Heiko Stuebner
parent 80f6defc92
commit 4c2b306f69
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
model = "Rockchip RK3036 Evaluation board";
compatible = "rockchip,rk3036-evb", "rockchip,rk3036";
memory {
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};

View File

@ -46,7 +46,7 @@
model = "Rockchip RK3036 KylinBoard";
compatible = "rockchip,rk3036-kylin", "rockchip,rk3036";
memory {
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x20000000>;
};