From: Li Yang Date: Tue, 12 Oct 2021 23:58:17 +0000 (-0500) Subject: ARM: dts: ls1021a: fix memory node for schema check X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e11f309660e1d9be9e74d9eb571a234b8c59f756;p=linux.git 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: Li Yang Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index e6677721263bf..76c181602399a 100644 --- 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>; };