Skip to content

Commit 05d11e2

Browse files
bijudasgeertu
authored andcommitted
arm64: dts: renesas: rzg2l: Add clock-names and reset-names to DMAC nodes
Add clock-names and reset-names to RZ/G2{L,LC,UL}, RZ/V2L and RZ/Five DMAC nodes. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230315064726.22739-2-biju.das.jz@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 4db0ce4 commit 05d11e2

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/boot/dts/renesas/r9a07g043.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,11 @@
564564
"ch12", "ch13", "ch14", "ch15";
565565
clocks = <&cpg CPG_MOD R9A07G043_DMAC_ACLK>,
566566
<&cpg CPG_MOD R9A07G043_DMAC_PCLK>;
567+
clock-names = "main", "register";
567568
power-domains = <&cpg>;
568569
resets = <&cpg R9A07G043_DMAC_ARESETN>,
569570
<&cpg R9A07G043_DMAC_RST_ASYNC>;
571+
reset-names = "arst", "rst_async";
570572
#dma-cells = <1>;
571573
dma-channels = <16>;
572574
};

arch/arm64/boot/dts/renesas/r9a07g044.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,9 +740,11 @@
740740
"ch12", "ch13", "ch14", "ch15";
741741
clocks = <&cpg CPG_MOD R9A07G044_DMAC_ACLK>,
742742
<&cpg CPG_MOD R9A07G044_DMAC_PCLK>;
743+
clock-names = "main", "register";
743744
power-domains = <&cpg>;
744745
resets = <&cpg R9A07G044_DMAC_ARESETN>,
745746
<&cpg R9A07G044_DMAC_RST_ASYNC>;
747+
reset-names = "arst", "rst_async";
746748
#dma-cells = <1>;
747749
dma-channels = <16>;
748750
};

arch/arm64/boot/dts/renesas/r9a07g054.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,11 @@
746746
"ch12", "ch13", "ch14", "ch15";
747747
clocks = <&cpg CPG_MOD R9A07G054_DMAC_ACLK>,
748748
<&cpg CPG_MOD R9A07G054_DMAC_PCLK>;
749+
clock-names = "main", "register";
749750
power-domains = <&cpg>;
750751
resets = <&cpg R9A07G054_DMAC_ARESETN>,
751752
<&cpg R9A07G054_DMAC_RST_ASYNC>;
753+
reset-names = "arst", "rst_async";
752754
#dma-cells = <1>;
753755
dma-channels = <16>;
754756
};

0 commit comments

Comments
 (0)