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

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
...@@ -47,7 +47,7 @@ cpu1: cpu@f01 { ...@@ -47,7 +47,7 @@ cpu1: cpu@f01 {
}; };
}; };
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x0 0x0 0x0 0x0>; reg = <0x0 0x0 0x0 0x0>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment