[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <3e9eb7470ebe9eced7e4ab1a714a76d62352423d.1621586643.git.zhaoxiao@uniontech.com>
Date: Fri, 21 May 2021 17:40:26 +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 3/5] mips: dts: loongson: fix DTC unit name warnings
Fixes the following W=1 kernel build warning(s):
arch/mips/boot/dts/loongson/loongson64v_4core_virtio.dts:91.7-96.5: Warning (unit_address_vs_reg): /bus@...00000/isa: node has a reg or ranges property, but no unit name
arch/mips/boot/dts/loongson/loongson64v_4core_virtio.dts:91.7-96.5: Warning (simple_bus_reg): /bus@...00000/isa: simple-bus unit address format error, expected "18000000"
Signed-off-by: zhaoxiao <zhaoxiao@...ontech.com>
---
arch/mips/boot/dts/loongson/loongson64v_4core_virtio.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/boot/dts/loongson/loongson64v_4core_virtio.dts b/arch/mips/boot/dts/loongson/loongson64v_4core_virtio.dts
index 41f0b110d455..d0588d81e0c2 100644
--- a/arch/mips/boot/dts/loongson/loongson64v_4core_virtio.dts
+++ b/arch/mips/boot/dts/loongson/loongson64v_4core_virtio.dts
@@ -88,7 +88,7 @@
interrupt-map-mask = <0x1800 0x0 0x0 0x7>;
};
- isa {
+ isa@...00000 {
compatible = "isa";
#address-cells = <2>;
#size-cells = <1>;
--
2.20.1
Powered by blists - more mailing lists