aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Swartz <[email protected]>2024-03-16 06:54:29 +0200
committerThomas Bogendoerfer <[email protected]>2024-04-15 10:23:36 +0200
commit3eee9ac24cef892e6883b3669544c6101b70c91e (patch)
tree341b448bea4ff98c025630c269248136caba3673
parentf3cac4f8a93bf7f97ba1d4c2eee916fcd1e8885b (diff)
mips: dts: ralink: mt7621: reorder cpu node attributes
Reorder cpu node attributes to fit the DTS Coding Style. Signed-off-by: Justin Swartz <[email protected]> Reviewed-by: Arınç ÜNAL <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: Sergio Paracuellos <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
-rw-r--r--arch/mips/boot/dts/ralink/mt7621.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi
index 6e95e6f19a6a..73dad64e11fe 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";
};
};