mips: dts: econet: fix EN751221 core type

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>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by Aleksander Jan Bajkowski and committed by Thomas Bogendoerfer 09782e72 ebd729fe

+1 -1
+1 -1
arch/mips/boot/dts/econet/en751221.dtsi
··· 18 18 19 19 cpu@0 { 20 20 device_type = "cpu"; 21 - compatible = "mips,mips24KEc"; 21 + compatible = "mips,mips34Kc"; 22 22 reg = <0>; 23 23 }; 24 24 };