]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: renesas: r8a779g3-sparrow-hawk: Sort DTS
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 25 May 2025 16:02:43 +0000 (18:02 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 19 Jun 2025 17:34:33 +0000 (19:34 +0200)
Sort DTS alphabetically.  Fix up the placement of &rcar_sound {}.
No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250525160336.82960-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts

index 6955eafd8d6ab44b00106a5fc24209acc17286b3..b8698e07add56030f0597f217b4f80a073218266 100644 (file)
        };
 };
 
-/* Page 30 / Audio_Codec */
-&rcar_sound {
-       pinctrl-0 = <&sound_clk_pins>;
-       pinctrl-names = "default";
-
-       /* It is used for ADG output as DA7212_MCLK */
-
-       /* audio_clkout */
-       clock-frequency = <12288000>; /* 48 kHz groups */
-
-       status = "okay";
-};
-
 /* Page 31 / FAN */
 &pwm0 {
        pinctrl-0 = <&pwm0_pins>;
        status = "okay";
 };
 
+/* Page 30 / Audio_Codec */
+&rcar_sound {
+       pinctrl-0 = <&sound_clk_pins>;
+       pinctrl-names = "default";
+
+       /* It is used for ADG output as DA7212_MCLK */
+
+       /* audio_clkout */
+       clock-frequency = <12288000>; /* 48 kHz groups */
+
+       status = "okay";
+};
+
 /* Page 16 / QSPI_FLASH */
 &rpc {
        pinctrl-0 = <&qspi0_pins>;