Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6158e6d0 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

ARM: dts: rockchip: add missing device_type = "memory" to boards



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: default avatarHeiko Stuebner <heiko@sntech.de>
parent 05ffc630
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
	compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";

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

+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
	compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";

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

+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
	compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";

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

+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
	compatible = "radxa,rock", "rockchip,rk3188";

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

+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@

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

Loading