Commit e11f3096 authored by Li Yang's avatar Li Yang Committed by Shawn Guo
Browse files

ARM: dts: ls1021a: fix memory node for schema check



Fix the following error from "make dtbs_check"

memory: False schema does not allow ...

Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 86110832
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ cpu1: cpu@f01 {
		};
	};

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