]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 16 Oct 2016 00:42:42 +0000 (02:42 +0200)
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>
arch/arm/boot/dts/rk3228-evb.dts
arch/arm/boot/dts/rk3229-evb.dts

index 904668e2e66683f3f02936d041126ba53eabf6bd..58834330a5bae547e3146b90d0b4884956fd69eb 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 b6a12035a6bbfa93c98a47e33dd11935bcd2d1d4..dcdd0cee619ea51e715353107f19ec617e96406c 100644 (file)
@@ -46,7 +46,7 @@ / {
        model = "Rockchip RK3229 Evaluation board";
        compatible = "rockchip,rk3229-evb", "rockchip,rk3229";
 
-       memory {
+       memory@60000000 {
                device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };