Message ID | 20240316045442.31469-2-justin.swartz@risingedge.co.za (mailing list archive) |
---|---|
State | Accepted |
Commit | 3eee9ac24cef892e6883b3669544c6101b70c91e |
Headers | show |
Series | mips: dts: ralink: mt7621: improve DTS style | expand |
On 16.03.2024 07:54, Justin Swartz wrote: > 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> Arınç
Il 16/03/24 05:54, Justin Swartz ha scritto: > Reorder cpu node attributes to fit the DTS Coding Style. > > Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index 6e95e6f19..73dad64e1 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -14,15 +14,15 @@ cpus { #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"; }; };
Reorder cpu node attributes to fit the DTS Coding Style. Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za> --- arch/mips/boot/dts/ralink/mt7621.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --