diff options
author | Justin Swartz <justin.swartz@risingedge.co.za> | 2024-03-16 06:54:29 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-04-15 10:23:36 +0200 |
commit | 3eee9ac24cef892e6883b3669544c6101b70c91e (patch) | |
tree | 341b448bea4ff98c025630c269248136caba3673 /arch | |
parent | f3cac4f8a93bf7f97ba1d4c2eee916fcd1e8885b (diff) | |
download | linux-stable-3eee9ac24cef892e6883b3669544c6101b70c91e.tar.gz linux-stable-3eee9ac24cef892e6883b3669544c6101b70c91e.tar.bz2 linux-stable-3eee9ac24cef892e6883b3669544c6101b70c91e.zip |
mips: dts: ralink: mt7621: reorder cpu node attributes
Reorder cpu node attributes to fit the DTS Coding Style.
Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za>
Reviewed-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/boot/dts/ralink/mt7621.dtsi | 4 |
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"; }; }; |