Skip to content

Commit

Permalink
MIPS: Loongson64: Fix machine naming
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Huacai Chen authored and Thomas Bogendoerfer committed Jul 16, 2020
1 parent f59dc51 commit a6aa35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "rs780e-pch.dtsi"

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

&package0 {
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "rs780e-pch.dtsi"

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

&package0 {
Expand Down

0 comments on commit a6aa35e

Please sign in to comment.