Skip to content

Commit 00a9526

Browse files
shimodaygeertu
authored andcommitted
arm64: dts: renesas: r8a779g0: Add iommus to DMAC nodes
Add iommus properties to the DMAC nodes for r8a779g0. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230123013448.1250991-5-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 432d5fe commit 00a9526

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,6 +1655,14 @@
16551655
resets = <&cpg 709>;
16561656
#dma-cells = <1>;
16571657
dma-channels = <16>;
1658+
iommus = <&ipmmu_ds0 0>, <&ipmmu_ds0 1>,
1659+
<&ipmmu_ds0 2>, <&ipmmu_ds0 3>,
1660+
<&ipmmu_ds0 4>, <&ipmmu_ds0 5>,
1661+
<&ipmmu_ds0 6>, <&ipmmu_ds0 7>,
1662+
<&ipmmu_ds0 8>, <&ipmmu_ds0 9>,
1663+
<&ipmmu_ds0 10>, <&ipmmu_ds0 11>,
1664+
<&ipmmu_ds0 12>, <&ipmmu_ds0 13>,
1665+
<&ipmmu_ds0 14>, <&ipmmu_ds0 15>;
16581666
};
16591667

16601668
dmac1: dma-controller@e7351000 {
@@ -1690,6 +1698,14 @@
16901698
resets = <&cpg 710>;
16911699
#dma-cells = <1>;
16921700
dma-channels = <16>;
1701+
iommus = <&ipmmu_ds0 16>, <&ipmmu_ds0 17>,
1702+
<&ipmmu_ds0 18>, <&ipmmu_ds0 19>,
1703+
<&ipmmu_ds0 20>, <&ipmmu_ds0 21>,
1704+
<&ipmmu_ds0 22>, <&ipmmu_ds0 23>,
1705+
<&ipmmu_ds0 24>, <&ipmmu_ds0 25>,
1706+
<&ipmmu_ds0 26>, <&ipmmu_ds0 27>,
1707+
<&ipmmu_ds0 28>, <&ipmmu_ds0 29>,
1708+
<&ipmmu_ds0 30>, <&ipmmu_ds0 31>;
16931709
};
16941710

16951711
rcar_sound: sound@ec5a0000 {

0 commit comments

Comments
 (0)