diff mbox series

[1/4] MIPS: Loongson64: Fix machine naming

Message ID 1594294424-26218-1-git-send-email-chenhc@lemote.com (mailing list archive)
State Accepted
Headers show
Series [1/4] MIPS: Loongson64: Fix machine naming | expand

Commit Message

Huacai Chen July 9, 2020, 11:33 a.m. UTC
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>
---
 arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts | 2 +-
 arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Tiezhu Yang July 14, 2020, 7:25 a.m. UTC | #1
On 07/09/2020 07:33 PM, Huacai Chen wrote:
>  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>

> ---
>   arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts | 2 +-
>   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 acd53a1..d681a29 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 433f9c3..3c20441 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 {
Thomas Bogendoerfer July 16, 2020, 10 a.m. UTC | #2
On Thu, Jul 09, 2020 at 07:33:41PM +0800, Huacai Chen wrote:
> >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>
> ---
>  arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts | 2 +-
>  arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

applied to mips-next.

Thomas.
diff mbox series

Patch

diff --git a/arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts b/arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts
index acd53a1..d681a29 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 433f9c3..3c20441 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 {