ARM: dts: rockchip: add missing device_type = "memory" to boards
authorHeiko Stuebner <heiko@sntech.de>
Wed, 15 Jul 2015 18:57:21 +0000 (20:57 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 16 Jul 2015 12:21:54 +0000 (14:21 +0200)
The memory node is supposed to contain a device_type property marking
it as memory. The currently included boards miss this property.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3066a-bqcurie2.dts
arch/arm/boot/dts/rk3066a-marsboard.dts
arch/arm/boot/dts/rk3066a-rayeager.dts
arch/arm/boot/dts/rk3188-radxarock.dts
arch/arm/boot/dts/rk3288-evb.dtsi
arch/arm/boot/dts/rk3288-firefly.dtsi
arch/arm/boot/dts/rk3288-popmetal.dts
arch/arm/boot/dts/rk3288-r89.dts

index b299b26..c027375 100644 (file)
@@ -49,6 +49,7 @@
        compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
 
        memory {
+               device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };
 
index 0a7304b..4355966 100644 (file)
@@ -48,6 +48,7 @@
        compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";
 
        memory {
+               device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };
 
index 3ac1511..7ccd376 100644 (file)
@@ -48,6 +48,7 @@
        compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";
 
        memory {
+               device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };
 
index 42faa19..4bb014d 100644 (file)
@@ -48,6 +48,7 @@
        compatible = "radxa,rock", "rockchip,rk3188";
 
        memory {
+               device_type = "memory";
                reg = <0x60000000 0x80000000>;
        };
 
index 844a6fb..f6d2e78 100644 (file)
@@ -43,6 +43,7 @@
 
 / {
        memory {
+               device_type = "memory";
                reg = <0x0 0x80000000>;
        };
 
index 0c66e92..20fa0ef 100644 (file)
@@ -44,6 +44,7 @@
 
 / {
        memory {
+               device_type = "memory";
                reg = <0 0x80000000>;
        };
 
index d582811..f82b956 100644 (file)
@@ -49,6 +49,7 @@
        compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";
 
        memory{
+               device_type = "memory";
                reg = <0 0x80000000>;
        };
 
index b1d9ca6..14b9fc7 100644 (file)
@@ -48,6 +48,7 @@
        compatible = "netxeon,r89", "rockchip,rk3288";
 
        memory {
+               device_type = "memory";
                reg = <0x0 0x80000000>;
        };