ARM: dts: rockchip: Add missing unit name to memory nodes in rk3288 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:08 -04:00
committed by Heiko Stuebner
parent 09fbc4a08e
commit 0b639b815f
9 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@
model = "Rockchip RK3288 Fennec Board";
compatible = "rockchip,rk3288-fennec", "rockchip,rk3288";
memory {
memory@0 {
reg = <0x0 0x80000000>;
device_type = "memory";
};