Skip to content

Commit

Permalink
ARM: dts: rockchip: add missing device_type = "memory" to boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Stuebner committed Jul 16, 2015
1 parent 05ffc63 commit 6158e6d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3066a-bqcurie2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";

memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3066a-marsboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";

memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3066a-rayeager.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";

memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3188-radxarock.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
compatible = "radxa,rock", "rockchip,rk3188";

memory {
device_type = "memory";
reg = <0x60000000 0x80000000>;
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3288-evb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

/ {
memory {
device_type = "memory";
reg = <0x0 0x80000000>;
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3288-firefly.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

/ {
memory {
device_type = "memory";
reg = <0 0x80000000>;
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3288-popmetal.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";

memory{
device_type = "memory";
reg = <0 0x80000000>;
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3288-r89.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
compatible = "netxeon,r89", "rockchip,rk3288";

memory {
device_type = "memory";
reg = <0x0 0x80000000>;
};

Expand Down

0 comments on commit 6158e6d

Please sign in to comment.