From: Heiko Stuebner <heiko@...>
Date: Wed, 15 Jul 2015 20:57:21 +0200
Commit-Message
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@...>
Patch-Comment
arch/arm/boot/dts/rk3066a-bqcurie2.dts | 1 +
arch/arm/boot/dts/rk3066a-marsboard.dts | 1 +
arch/arm/boot/dts/rk3066a-rayeager.dts | 1 +
arch/arm/boot/dts/rk3188-radxarock.dts | 1 +
arch/arm/boot/dts/rk3288-evb.dtsi | 1 +
arch/arm/boot/dts/rk3288-firefly.dtsi | 1 +
arch/arm/boot/dts/rk3288-popmetal.dts | 1 +
arch/arm/boot/dts/rk3288-r89.dts | 1 +
8 files changed, 8 insertions(+)
Statistics
- 8 lines added
- 0 lines removed
Changes
@@ -49,6 +49,7 @@
compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
memory {
+ device_type = "memory";
reg = <0x60000000 0x40000000>;
};
@@ -48,6 +48,7 @@
compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";
memory {
+ device_type = "memory";
reg = <0x60000000 0x40000000>;
};
@@ -48,6 +48,7 @@
compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";
memory {
+ device_type = "memory";
reg = <0x60000000 0x40000000>;
};
@@ -48,6 +48,7 @@
compatible = "radxa,rock", "rockchip,rk3188";
memory {
+ device_type = "memory";
reg = <0x60000000 0x80000000>;
};
@@ -43,6 +43,7 @@
/ {
memory {
+ device_type = "memory";
reg = <0x0 0x80000000>;
};
@@ -44,6 +44,7 @@
/ {
memory {
+ device_type = "memory";
reg = <0 0x80000000>;
};
@@ -49,6 +49,7 @@
compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";
memory{
+ device_type = "memory";
reg = <0 0x80000000>;
};
@@ -48,6 +48,7 @@
compatible = "netxeon,r89", "rockchip,rk3288";
memory {
+ device_type = "memory";
reg = <0x0 0x80000000>;
};