diff options
author | Li Yang <leoyang.li@nxp.com> | 2021-10-13 02:58:17 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-10-15 06:16:41 +0300 |
commit | e11f309660e1d9be9e74d9eb571a234b8c59f756 (patch) | |
tree | e8e3a7708a35a97def87250b190aad628d9d9162 /arch/arm/boot/dts/ls1021a.dtsi | |
parent | 8611083250e801c8bdf8b9d7abe2e96767e9bd62 (diff) | |
download | linux-e11f309660e1d9be9e74d9eb571a234b8c59f756.tar.xz |
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 <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ls1021a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index e6677721263b..76c181602399 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>; }; |