MIPS: Loongson64: Fix machine naming
authorHuacai Chen <chenhc@lemote.com>
Thu, 9 Jul 2020 11:33:41 +0000 (19:33 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 16 Jul 2020 08:50:31 +0000 (10:50 +0200)
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>
arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts
arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts

index acd53a13cc7a19352a7286a669eaf70f6bc9ac63..d681a295df4fd088f0c17bfbc2b40729b9b93661 100644 (file)
@@ -6,7 +6,7 @@
 #include "rs780e-pch.dtsi"
 
 / {
-       compatible = "loongson,loongson3-4core-rs780e";
+       compatible = "loongson,loongson64c-4core-rs780e";
 };
 
 &package0 {
index 433f9c3d01b86ce507d77405c79e5a6e28b2d0af..3c2044142ce8d974ae54968f79def4cc33f4cead 100644 (file)
@@ -6,7 +6,7 @@
 #include "rs780e-pch.dtsi"
 
 / {
-       compatible = "loongson,loongson3-8core-rs780e";
+       compatible = "loongson,loongson64c-8core-rs780e";
 };
 
 &package0 {