This patch changes the CPU compatible property from "mti,mips24KEc" to the more frequently used "mips,mips24KEc" one. Signed-off-by: Stefan Roese <sr@xxxxxxx> Cc: Paul Burton <paul.burton@xxxxxxxx> Cc: Harvey Hunt <harvey.hunt@xxxxxxxxxx> Cc: John Crispin <john@xxxxxxxxxxx> --- arch/mips/boot/dts/ralink/mt7628a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/ralink/mt7628a.dtsi b/arch/mips/boot/dts/ralink/mt7628a.dtsi index 3e88c8d496e4..005c430f57ba 100644 --- a/arch/mips/boot/dts/ralink/mt7628a.dtsi +++ b/arch/mips/boot/dts/ralink/mt7628a.dtsi @@ -10,7 +10,7 @@ #size-cells = <0>; cpu@0 { - compatible = "mti,mips24KEc"; + compatible = "mips,mips24KEc"; device_type = "cpu"; reg = <0>; }; -- 2.21.0