All of lore.kernel.org
 help / color / mirror / Atom feed
From: Justin Swartz <justin.swartz@risingedge.co.za>
To: "Arınç ÜNAL" <arinc.unal@arinc9.com>,
	"Sergio Paracuellos" <sergio.paracuellos@gmail.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>
Cc: linux-mips@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	Justin Swartz <justin.swartz@risingedge.co.za>
Subject: [PATCH 07/14] mips: dts: ralink: mt7621: reorder spi0 node attributes
Date: Sat, 16 Mar 2024 06:54:35 +0200	[thread overview]
Message-ID: <20240316045442.31469-8-justin.swartz@risingedge.co.za> (raw)
In-Reply-To: <20240316045442.31469-1-justin.swartz@risingedge.co.za>

Reorder the attributes of the SPI controller node so that
they're aligned with the DTS style guide.

Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za>
---
 arch/mips/boot/dts/ralink/mt7621.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi
index 87a3bcbc0..60dfbae53 100644
--- a/arch/mips/boot/dts/ralink/mt7621.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7621.dtsi
@@ -183,22 +183,22 @@ serial2: serial@e00 {
 		};
 
 		spi0: spi@b00 {
-			status = "disabled";
-
 			compatible = "ralink,mt7621-spi";
 			reg = <0xb00 0x100>;
 
-			clocks = <&sysc MT7621_CLK_SPI>;
-			clock-names = "spi";
-
-			resets = <&sysc MT7621_RST_SPI>;
-			reset-names = "spi";
-
 			#address-cells = <1>;
 			#size-cells = <0>;
 
+			clock-names = "spi";
+			clocks = <&sysc MT7621_CLK_SPI>;
+
 			pinctrl-names = "default";
 			pinctrl-0 = <&spi_pins>;
+
+			reset-names = "spi";
+			resets = <&sysc MT7621_RST_SPI>;
+
+			status = "disabled";
 		};
 	};
 
-- 



WARNING: multiple messages have this Message-ID (diff)
From: Justin Swartz <justin.swartz@risingedge.co.za>
To: "Arınç ÜNAL" <arinc.unal@arinc9.com>,
	"Sergio Paracuellos" <sergio.paracuellos@gmail.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>
Cc: linux-mips@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	Justin Swartz <justin.swartz@risingedge.co.za>
Subject: [PATCH 07/14] mips: dts: ralink: mt7621: reorder spi0 node attributes
Date: Sat, 16 Mar 2024 06:54:35 +0200	[thread overview]
Message-ID: <20240316045442.31469-8-justin.swartz@risingedge.co.za> (raw)
In-Reply-To: <20240316045442.31469-1-justin.swartz@risingedge.co.za>

Reorder the attributes of the SPI controller node so that
they're aligned with the DTS style guide.

Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za>
---
 arch/mips/boot/dts/ralink/mt7621.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi
index 87a3bcbc0..60dfbae53 100644
--- a/arch/mips/boot/dts/ralink/mt7621.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7621.dtsi
@@ -183,22 +183,22 @@ serial2: serial@e00 {
 		};
 
 		spi0: spi@b00 {
-			status = "disabled";
-
 			compatible = "ralink,mt7621-spi";
 			reg = <0xb00 0x100>;
 
-			clocks = <&sysc MT7621_CLK_SPI>;
-			clock-names = "spi";
-
-			resets = <&sysc MT7621_RST_SPI>;
-			reset-names = "spi";
-
 			#address-cells = <1>;
 			#size-cells = <0>;
 
+			clock-names = "spi";
+			clocks = <&sysc MT7621_CLK_SPI>;
+
 			pinctrl-names = "default";
 			pinctrl-0 = <&spi_pins>;
+
+			reset-names = "spi";
+			resets = <&sysc MT7621_RST_SPI>;
+
+			status = "disabled";
 		};
 	};
 
-- 



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2024-03-16  4:55 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16  4:54 [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style Justin Swartz
2024-03-16  4:54 ` Justin Swartz
2024-03-16  4:54 ` [PATCH 01/14] mips: dts: ralink: mt7621: reorder cpu node attributes Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:20   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 02/14] mips: dts: ralink: mt7621: reorder cpuintc " Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:20   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 03/14] mips: dts: ralink: mt7621: reorder mmc regulator attributes Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:20   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 04/14] mips: dts: ralink: mt7621: reorder sysc node attributes Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:21   ` Arınç ÜNAL
2024-03-17 15:09   ` Krzysztof Kozlowski
2024-03-17 15:09     ` Krzysztof Kozlowski
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 05/14] mips: dts: ralink: mt7621: reorder gpio " Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:21   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 06/14] mips: dts: ralink: mt7621: reorder i2c " Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:21   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` Justin Swartz [this message]
2024-03-16  4:54   ` [PATCH 07/14] mips: dts: ralink: mt7621: reorder spi0 " Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 08/14] mips: dts: ralink: mt7621: move pinctrl and sort its children Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 09/14] mips: dts: ralink: mt7621: reorder mmc node attributes Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 10/14] mips: dts: ralink: mt7621: reorder gic " Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 11/14] mips: dts: ralink: mt7621: reorder ethernet node attributes and kids Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 12/14] mips: dts: ralink: mt7621: reorder pcie node attributes and children Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:23   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 13/14] mips: dts: ralink: mt7621: reorder pci?_phy attributes Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:23   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 14/14] mips: dts: ralink: mt7621: reorder the attributes of the root node Justin Swartz
2024-03-16  4:54   ` Justin Swartz
2024-03-16  9:23   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-18 10:20     ` AngeloGioacchino Del Regno
2024-03-16  9:24 ` [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style Arınç ÜNAL
2024-03-16 14:03   ` Justin Swartz
2024-03-16 14:03     ` Justin Swartz
2024-03-16 15:16     ` Arınç ÜNAL
2024-03-16 15:49 ` Sergio Paracuellos
2024-03-16 15:49   ` Sergio Paracuellos
2024-03-17 15:10   ` Krzysztof Kozlowski
2024-03-17 15:10     ` Krzysztof Kozlowski
2024-03-17 15:22     ` Justin Swartz
2024-03-17 15:22       ` Justin Swartz
2024-03-17 15:29       ` Krzysztof Kozlowski
2024-03-17 15:29         ` Krzysztof Kozlowski
2024-03-17 15:43         ` Justin Swartz
2024-03-17 15:43           ` Justin Swartz
2024-03-18  8:48           ` Sergio Paracuellos
2024-03-18  8:48             ` Sergio Paracuellos
2024-03-18  9:19             ` Krzysztof Kozlowski
2024-03-18  9:19               ` Krzysztof Kozlowski
2024-03-18 10:57             ` Justin Swartz
2024-03-18 10:57               ` Justin Swartz
2024-03-18  9:23           ` Krzysztof Kozlowski
2024-03-18  9:23             ` Krzysztof Kozlowski
2024-03-18 11:06             ` Justin Swartz
2024-03-18 11:06               ` Justin Swartz
2024-04-08  7:35 ` Arınç ÜNAL
2024-04-08  7:35   ` Arınç ÜNAL
2024-04-15  8:32   ` Thomas Bogendoerfer
2024-04-15  8:32     ` Thomas Bogendoerfer
2024-04-15  8:33 ` Thomas Bogendoerfer
2024-04-15  8:33   ` Thomas Bogendoerfer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240316045442.31469-8-justin.swartz@risingedge.co.za \
    --to=justin.swartz@risingedge.co.za \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=arinc.unal@arinc9.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sergio.paracuellos@gmail.com \
    --cc=tsbogend@alpha.franken.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.