projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8611083
)
ARM: dts: ls1021a: fix memory node for schema check
author
Li Yang
<leoyang.li@nxp.com>
Tue, 12 Oct 2021 23:58:17 +0000
(18:58 -0500)
committer
Shawn Guo
<shawnguo@kernel.org>
Fri, 15 Oct 2021 03:16:41 +0000
(11:16 +0800)
Fix the following error from "make dtbs_check"
memory: False schema does not allow ...
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ls1021a.dtsi
b/arch/arm/boot/dts/ls1021a.dtsi
index e6677721263bf046624279f2ebfa1bf87768bd07..76c181602399a1e0a12cc9a324ad93d5aab04ac6 100644
(file)
--- a/
arch/arm/boot/dts/ls1021a.dtsi
+++ b/
arch/arm/boot/dts/ls1021a.dtsi
@@
-47,7
+47,7
@@
};
};
- memory {
+ memory
@0
{
device_type = "memory";
reg = <0x0 0x0 0x0 0x0>;
};