aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Yang <[email protected]>2021-10-12 18:58:17 -0500
committerShawn Guo <[email protected]>2021-10-15 11:16:41 +0800
commite11f309660e1d9be9e74d9eb571a234b8c59f756 (patch)
treee8e3a7708a35a97def87250b190aad628d9d9162
parent8611083250e801c8bdf8b9d7abe2e96767e9bd62 (diff)
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 <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/boot/dts/ls1021a.dtsi2
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>;
};