UPSTREAM: ARM: dts: rockchip: Add missing unit name to memory nodes in rk322x boards
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 9 Sep 2016 14:01:07 +0000 (10:01 -0400)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 24 May 2017 09:37:52 +0000 (17:37 +0800)
This patch fixes the following DTC warnings:

"Node /memory has a reg or ranges property, but no unit name"

Change-Id: I140cef24b80e4ff0b9fbe6f0e07221fba1da72f0
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit 09fbc4a08e8c5b08540dd6758c6951f52b4b4e5f)

arch/arm/boot/dts/rk3228-evb.dts
arch/arm/boot/dts/rk3229-evb.dts

index 9b44b68b48d43e82d9fe44afa224914d3c4afda0..e5d4fee661c758d38c9469e5767802718169efed 100644 (file)
@@ -46,7 +46,7 @@
        model = "Rockchip RK3228 Evaluation board";
        compatible = "rockchip,rk3228-evb", "rockchip,rk3228";
 
-       memory {
+       memory@60000000 {
                device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };
index fadc2274d52e0bdb5cea3e9db67ae9b1ab01b326..f137b0d9d4295950c2f5a37ef8497efe9ab44687 100644 (file)
@@ -50,7 +50,7 @@
        model = "Rockchip RK3229 Evaluation board";
        compatible = "rockchip,rk3229-evb", "rockchip,rk3229";
 
-       memory {
+       memory@60000000 {
                device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };