arm64: dts: renesas: r9a07g044: Add DMA support to SSI
authorBiju Das <biju.das.jz@bp.renesas.com>
Tue, 21 Sep 2021 08:46:02 +0000 (09:46 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 24 Sep 2021 12:55:24 +0000 (14:55 +0200)
Add dmac phandles to SSI nodes to support DMA operation.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20210921084605.16250-2-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r9a07g044.dtsi

index 49f579856f141bb31af94963705f6965a0d93485..4d4a23367529e26cf3ef6faf9025b0b5deeea1ee 100644 (file)
                                 <&audio_clk1>, <&audio_clk2>;
                        clock-names = "ssi", "ssi_sfr", "audio_clk1", "audio_clk2";
                        resets = <&cpg R9A07G044_SSI0_RST_M2_REG>;
+                       dmas = <&dmac 0x2655>, <&dmac 0x2656>;
+                       dma-names = "tx", "rx";
                        power-domains = <&cpg>;
                        #sound-dai-cells = <0>;
                        status = "disabled";
                                 <&audio_clk1>, <&audio_clk2>;
                        clock-names = "ssi", "ssi_sfr", "audio_clk1", "audio_clk2";
                        resets = <&cpg R9A07G044_SSI1_RST_M2_REG>;
+                       dmas = <&dmac 0x2659>, <&dmac 0x265a>;
+                       dma-names = "tx", "rx";
                        power-domains = <&cpg>;
                        #sound-dai-cells = <0>;
                        status = "disabled";
                                 <&audio_clk1>, <&audio_clk2>;
                        clock-names = "ssi", "ssi_sfr", "audio_clk1", "audio_clk2";
                        resets = <&cpg R9A07G044_SSI2_RST_M2_REG>;
+                       dmas = <&dmac 0x265f>;
+                       dma-names = "rt";
                        power-domains = <&cpg>;
                        #sound-dai-cells = <0>;
                        status = "disabled";
                                 <&audio_clk1>, <&audio_clk2>;
                        clock-names = "ssi", "ssi_sfr", "audio_clk1", "audio_clk2";
                        resets = <&cpg R9A07G044_SSI3_RST_M2_REG>;
+                       dmas = <&dmac 0x2661>, <&dmac 0x2662>;
+                       dma-names = "tx", "rx";
                        power-domains = <&cpg>;
                        #sound-dai-cells = <0>;
                        status = "disabled";