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

Commit 09fbc4a0 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: Add missing unit name to memory nodes in rk322x boards



This patch fixes the following DTC warnings:

"Node /memory has a reg or ranges property, but no unit name"

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 4c2b306f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
	model = "Rockchip RK3228 Evaluation board";
	compatible = "rockchip,rk3228-evb", "rockchip,rk3228";

	memory {
	memory@60000000 {
		device_type = "memory";
		reg = <0x60000000 0x40000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
	model = "Rockchip RK3229 Evaluation board";
	compatible = "rockchip,rk3229-evb", "rockchip,rk3229";

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