From: Justin Swartz Date: Sat, 16 Mar 2024 04:54:29 +0000 (+0200) Subject: mips: dts: ralink: mt7621: reorder cpu node attributes X-Git-Tag: v6.10-rc1~92^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3eee9ac24cef892e6883b3669544c6101b70c91e;p=thirdparty%2Fkernel%2Flinux.git mips: dts: ralink: mt7621: reorder cpu node attributes Reorder cpu node attributes to fit the DTS Coding Style. Signed-off-by: Justin Swartz Reviewed-by: Arınç ÜNAL Reviewed-by: AngeloGioacchino Del Regno Reviewed-by: Sergio Paracuellos Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index 6e95e6f19a6a8..73dad64e11fee 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -14,15 +14,15 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "mips,mips1004Kc"; reg = <0>; + device_type = "cpu"; }; cpu@1 { - device_type = "cpu"; compatible = "mips,mips1004Kc"; reg = <1>; + device_type = "cpu"; }; };