[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <3d6d4723443eb626af6e30a05f93255e3bafeaeb.1621586643.git.zhaoxiao@uniontech.com>
Date: Fri, 21 May 2021 17:40:24 +0800
From: zhaoxiao <zhaoxiao@...ontech.com>
To: robh+dt@...nel.org, tsbogend@...ha.franken.de
Cc: maoxiaochuan@...ngson.cn, jiaxun.yang@...goat.com,
zhangqing@...ngson.cn, devicetree@...r.kernel.org,
linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org,
zhaoxiao <zhaoxiao@...ontech.com>
Subject: [PATCH 1/5] mips: dts: loongson: fix DTC unit name warnings
Fixes the following W=1 kernel build warning(s):
arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi:26.9-32.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
Signed-off-by: zhaoxiao <zhaoxiao@...ontech.com>
---
arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi b/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
index 569e814def83..06207254b2d1 100644
--- a/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
+++ b/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
@@ -23,7 +23,7 @@
};
};
- memory {
+ memory@...000 {
compatible = "memory";
device_type = "memory";
reg = <0x00000000 0x00200000 0x00000000 0x0ee00000>, /* 238 MB at 2 MB */
--
2.20.1
Powered by blists - more mailing lists