diff options
author | zhaoxiao <zhaoxiao@uniontech.com> | 2021-05-21 17:40:24 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-05-27 13:37:13 +0200 |
commit | 01153887beb55128f5b72aecb3b57419c5603d95 (patch) | |
tree | a7b7522ddb6354c1255f0ced5bc0dbccde11fd91 /arch/mips/boot/dts | |
parent | c43e6b43d937db5c22cf7c7d66a99b98a758130b (diff) | |
download | linux-01153887beb55128f5b72aecb3b57419c5603d95.tar.bz2 |
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@uniontech.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts')
-rw-r--r-- | arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi b/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi index 912dcad361ef..0f995a703e10 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@200000 { compatible = "memory"; device_type = "memory"; reg = <0x00000000 0x00200000 0x00000000 0x0ee00000>, /* 238 MB at 2 MB */ |