[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <47ec9070f9bb5f525017668e8659e3fb0d592d0a.1649443080.git.hns@goldelico.com>
Date: Fri, 8 Apr 2022 20:37:59 +0200
From: "H. Nikolaus Schaller" <hns@...delico.com>
To: Krzysztof Kozlowski <krzk@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Paul Cercueil <paul@...pouillou.net>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>
Cc: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linux-mips@...r.kernel.org, letux-kernel@...nphoenux.org,
"H. Nikolaus Schaller" <hns@...delico.com>
Subject: [PATCH 16/18] MIPS: DTS: CI20: fix /memory as reported by dtbscheck
arch/mips/boot/dts/ingenic/ci20.dtb: /: memory: False schema does not allow {device_type: [memory], reg: [[0, 268435456], [805306368, 805306368]]}
From schema: python/site-packages/dtschema/schemas/root-node.yaml
Signed-off-by: H. Nikolaus Schaller <hns@...delico.com>
---
arch/mips/boot/dts/ingenic/ci20.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts
index c045c4f75895e..98f0a5ccbb4da 100644
--- a/arch/mips/boot/dts/ingenic/ci20.dts
+++ b/arch/mips/boot/dts/ingenic/ci20.dts
@@ -24,7 +24,7 @@ chosen {
stdout-path = &uart4;
};
- memory {
+ memory@0 {
device_type = "memory";
reg = <0x0 0x10000000
0x30000000 0x30000000>;
--
2.33.0
Powered by blists - more mailing lists