OSDN Git Service

mips: dts: loongson: fix DTC unit name warnings
authorzhaoxiao <zhaoxiao@uniontech.com>
Mon, 24 May 2021 06:08:40 +0000 (14:08 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 27 May 2021 11:37:13 +0000 (13:37 +0200)
Fixes the following W=1 kernel build warning(s):
arch/mips/boot/dts/loongson/rs780e-pch.dtsi:24.7-41.5: Warning (unit_address_vs_reg): /bus@10000000/isa: node has a reg or ranges property, but no unit name
arch/mips/boot/dts/loongson/rs780e-pch.dtsi:24.7-41.5: Warning (simple_bus_reg): /bus@10000000/isa: simple-bus unit address format error, expected "18000000"

Signed-off-by: zhaoxiao <zhaoxiao@uniontech.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/loongson/rs780e-pch.dtsi

index 871c866..6f45951 100644 (file)
@@ -21,7 +21,7 @@
                                 <0x02000000 0 0x40000000 0 0x40000000 0 0x40000000>;
                };
 
-               isa {
+               isa@18000000 {
                        compatible = "isa";
                        #address-cells = <2>;
                        #size-cells = <1>;