[PATCH] arm64: dts: renesas: sparrow-hawk: Align MSIOF1 PFC node name with label

Marek Vasut posted 1 patch 2 weeks, 2 days ago
.../arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[PATCH] arm64: dts: renesas: sparrow-hawk: Align MSIOF1 PFC node name with label
Posted by Marek Vasut 2 weeks, 2 days ago
Align MSIOF1 PFC node name with label to improve consistency.
No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
---
 .../arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts b/arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts
index a6294fd32daee..c6848a364098e 100644
--- a/arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts
+++ b/arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts
@@ -700,6 +700,12 @@ irq4_pins: irq4 {
 		function = "intc_ex";
 	};
 
+	/* Page 30 / Audio_Codec */
+	msiof1_pins: msiof1 {
+		groups = "msiof1_clk", "msiof1_sync", "msiof1_txd", "msiof1_rxd";
+		function = "msiof1";
+	};
+
 	/* Page 31 / FAN */
 	pwm0_pins: pwm0 {
 		groups = "pwm0";
@@ -751,12 +757,6 @@ sd_uhs_pins: sd-uhs {
 		power-source = <1800>;
 	};
 
-	/* Page 30 / Audio_Codec */
-	msiof1_pins: sound {
-		groups = "msiof1_clk", "msiof1_sync", "msiof1_txd", "msiof1_rxd";
-		function = "msiof1";
-	};
-
 	/* Page 30 / Audio_Codec */
 	sound_clk_pins: sound-clk {
 		groups = "audio_clkin", "audio_clkout";
-- 
2.53.0
Re: [PATCH] arm64: dts: renesas: sparrow-hawk: Align MSIOF1 PFC node name with label
Posted by Geert Uytterhoeven 2 weeks, 2 days ago
On Wed, 9 Sept 2026 at 17:13, Marek Vasut
<marek.vasut+renesas@mailbox.org> wrote:
> Align MSIOF1 PFC node name with label to improve consistency.
> No functional change.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v7.4.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds