Skip to content

Commit 09782e7

Browse files
abajktsbogend
authored andcommitted
mips: dts: econet: fix EN751221 core type
In fact, it is a multi-threaded MIPS34Kc, not a single-threaded MIPS24Kc. Fixes: 0ec4887 ("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>
1 parent ebd729f commit 09782e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/econet/en751221.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
cpu@0 {
2020
device_type = "cpu";
21-
compatible = "mips,mips24KEc";
21+
compatible = "mips,mips34Kc";
2222
reg = <0>;
2323
};
2424
};

0 commit comments

Comments
 (0)