ARM: dts: ls1021a: fix memory node for schema check
authorLi Yang <leoyang.li@nxp.com>
Tue, 12 Oct 2021 23:58:17 +0000 (18:58 -0500)
committerShawn 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

index e667772..76c1816 100644 (file)
@@ -47,7 +47,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x0>;
        };