Commit a6aa35e3 authored by Huacai Chen's avatar Huacai Chen Committed by Thomas Bogendoerfer
Browse files

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: default avatarHuacai Chen <chenhc@lemote.com>
Tested-by: default avatarTiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent f59dc511
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
#include "rs780e-pch.dtsi"

/ {
	compatible = "loongson,loongson3-4core-rs780e";
	compatible = "loongson,loongson64c-4core-rs780e";
};

&package0 {
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
#include "rs780e-pch.dtsi"

/ {
	compatible = "loongson,loongson3-8core-rs780e";
	compatible = "loongson,loongson64c-8core-rs780e";
};

&package0 {