[PATCH] mips: dts: econet: fix EN751221 core type

Aleksander Jan Bajkowski posted 1 patch 3 months, 3 weeks ago
arch/mips/boot/dts/econet/en751221.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] mips: dts: econet: fix EN751221 core type
Posted by Aleksander Jan Bajkowski 3 months, 3 weeks ago
In fact, it is a multi-threaded MIPS34Kc, not a single-threaded MIPS24Kc.

Fixes: 0ec488700972 ("mips: dts: Add EcoNet DTS with EN751221 and SmartFiber XP8421-B board")
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 arch/mips/boot/dts/econet/en751221.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/boot/dts/econet/en751221.dtsi b/arch/mips/boot/dts/econet/en751221.dtsi
index 66197e73d4f0..2abeef5b744a 100644
--- a/arch/mips/boot/dts/econet/en751221.dtsi
+++ b/arch/mips/boot/dts/econet/en751221.dtsi
@@ -18,7 +18,7 @@ cpus: cpus {
 
 		cpu@0 {
 			device_type = "cpu";
-			compatible = "mips,mips24KEc";
+			compatible = "mips,mips34Kc";
 			reg = <0>;
 		};
 	};
-- 
2.47.3
Re: [PATCH] mips: dts: econet: fix EN751221 core type
Posted by Thomas Bogendoerfer 2 months, 4 weeks ago
On Fri, Oct 17, 2025 at 08:01:19PM +0200, Aleksander Jan Bajkowski wrote:
> In fact, it is a multi-threaded MIPS34Kc, not a single-threaded MIPS24Kc.
> 
> Fixes: 0ec488700972 ("mips: dts: Add EcoNet DTS with EN751221 and SmartFiber XP8421-B board")
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> ---
>  arch/mips/boot/dts/econet/en751221.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/boot/dts/econet/en751221.dtsi b/arch/mips/boot/dts/econet/en751221.dtsi
> index 66197e73d4f0..2abeef5b744a 100644
> --- a/arch/mips/boot/dts/econet/en751221.dtsi
> +++ b/arch/mips/boot/dts/econet/en751221.dtsi
> @@ -18,7 +18,7 @@ cpus: cpus {
>  
>  		cpu@0 {
>  			device_type = "cpu";
> -			compatible = "mips,mips24KEc";
> +			compatible = "mips,mips34Kc";
>  			reg = <0>;
>  		};
>  	};
> -- 
> 2.47.3

applied to mips-fixes

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]