[PATCH v2 10/16] ARM: dts: ls1021a: fix memory node for schema check
Li Yang
leoyang.li at nxp.com
Thu Sep 30 17:04:11 PDT 2021
Fix the following error from "make dtbs_check"
memory: False schema does not allow ...
Signed-off-by: Li Yang <leoyang.li at nxp.com>
---
arch/arm/boot/dts/ls1021a.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 25f0cdf3fd0c..d2a3699ffcd6 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -47,7 +47,7 @@ cpu1: cpu at f01 {
};
};
- memory {
+ memory at 0 {
device_type = "memory";
reg = <0x0 0x0 0x0 0x0>;
};
--
2.25.1
More information about the linux-arm-kernel
mailing list