]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: renesas: r8a78000: Fix SCIF brg_int clocks
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 6 Jan 2026 17:09:51 +0000 (18:09 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 Apr 2026 09:14:30 +0000 (11:14 +0200)
According to the documentation, the internal clock input for the BRG is
SGASYNCD4_PERW_BUSΆ.

Fixes: c13a643e2c491f5b ("arm64: dts: renesas: Add R8A78000 SoC support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/459d360a8332f92b3766b30814e7e1c76169aaf7.1767719254.git.geert+renesas@glider.be
arch/arm64/boot/dts/renesas/r8a78000.dtsi

index 3e1c98903cea08952a7bd00192e6afeacccb81a1..3ec1b53d27828296b9dc396fd2cf037af7ca24a7 100644 (file)
                                     "renesas,rcar-gen5-scif", "renesas,scif";
                        reg = <0 0xc0700000 0 0x40>;
                        interrupts = <GIC_ESPI 10 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks = <&dummy_clk_sgasyncd16>, <&dummy_clk_sgasyncd16>, <&scif_clk>;
+                       clocks = <&dummy_clk_sgasyncd16>, <&dummy_clk_sgasyncd4>, <&scif_clk>;
                        clock-names = "fck", "brg_int", "scif_clk";
                        status = "disabled";
                };
                                     "renesas,rcar-gen5-scif", "renesas,scif";
                        reg = <0 0xc0704000 0 0x40>;
                        interrupts = <GIC_ESPI 11 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks = <&dummy_clk_sgasyncd16>, <&dummy_clk_sgasyncd16>, <&scif_clk>;
+                       clocks = <&dummy_clk_sgasyncd16>, <&dummy_clk_sgasyncd4>, <&scif_clk>;
                        clock-names = "fck", "brg_int", "scif_clk";
                        status = "disabled";
                };
                                     "renesas,rcar-gen5-scif", "renesas,scif";
                        reg = <0 0xc0708000 0 0x40>;
                        interrupts = <GIC_ESPI 12 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks = <&dummy_clk_sgasyncd16>, <&dummy_clk_sgasyncd16>, <&scif_clk>;
+                       clocks = <&dummy_clk_sgasyncd16>, <&dummy_clk_sgasyncd4>, <&scif_clk>;
                        clock-names = "fck", "brg_int", "scif_clk";
                        status = "disabled";
                };
                                     "renesas,rcar-gen5-scif", "renesas,scif";
                        reg = <0 0xc070c000 0 0x40>;
                        interrupts = <GIC_ESPI 13 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks = <&dummy_clk_sgasyncd16>, <&dummy_clk_sgasyncd16>, <&scif_clk>;
+                       clocks = <&dummy_clk_sgasyncd16>, <&dummy_clk_sgasyncd4>, <&scif_clk>;
                        clock-names = "fck", "brg_int", "scif_clk";
                        status = "disabled";
                };