diff options
author | Huacai Chen <chenhc@lemote.com> | 2020-07-09 19:33:41 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-07-16 10:50:31 +0200 |
commit | a6aa35e30a7a2645e4630fab9fac2c6b823f8681 (patch) | |
tree | 71298d41cd86f3e751ed6bfd8e9b6e93d29d5e39 /arch/mips/boot | |
parent | f59dc5119192be1a1dee826055c23885a7b3d347 (diff) |
MIPS: Loongson64: Fix machine naming
From previous commits, the machine names with "loongson3-" prefix have
renamed to "loongson64c-" prefix in documents, but the .dts files have
not been updated as well. So fix it.
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Tested-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts | 2 | ||||
-rw-r--r-- | arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts b/arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts index acd53a13cc7a..d681a295df4f 100644 --- a/arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts +++ b/arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts @@ -6,7 +6,7 @@ #include "rs780e-pch.dtsi" / { - compatible = "loongson,loongson3-4core-rs780e"; + compatible = "loongson,loongson64c-4core-rs780e"; }; &package0 { diff --git a/arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts b/arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts index 433f9c3d01b8..3c2044142ce8 100644 --- a/arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts +++ b/arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts @@ -6,7 +6,7 @@ #include "rs780e-pch.dtsi" / { - compatible = "loongson,loongson3-8core-rs780e"; + compatible = "loongson,loongson64c-8core-rs780e"; }; &package0 { |