Skip to content

Commit f026b64

Browse files
committed
arm64: dts: renesas: r8a779h0: Link IOMMU consumers
Link all IOMMU consumers to the corresponding IPMMU instances. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/d22ff0526263937ddfa214cdc3ec116a359cbb27.1713526951.git.geert+renesas@glider.be
1 parent 5bd21a0 commit f026b64

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@
673673
phy-mode = "rgmii";
674674
rx-internal-delay-ps = <0>;
675675
tx-internal-delay-ps = <0>;
676+
iommus = <&ipmmu_hc 0>;
676677
#address-cells = <1>;
677678
#size-cells = <0>;
678679
status = "disabled";
@@ -971,6 +972,14 @@
971972
resets = <&cpg 709>;
972973
#dma-cells = <1>;
973974
dma-channels = <16>;
975+
iommus = <&ipmmu_ds0 0>, <&ipmmu_ds0 1>,
976+
<&ipmmu_ds0 2>, <&ipmmu_ds0 3>,
977+
<&ipmmu_ds0 4>, <&ipmmu_ds0 5>,
978+
<&ipmmu_ds0 6>, <&ipmmu_ds0 7>,
979+
<&ipmmu_ds0 8>, <&ipmmu_ds0 9>,
980+
<&ipmmu_ds0 10>, <&ipmmu_ds0 11>,
981+
<&ipmmu_ds0 12>, <&ipmmu_ds0 13>,
982+
<&ipmmu_ds0 14>, <&ipmmu_ds0 15>;
974983
};
975984

976985
dmac2: dma-controller@e7351000 {
@@ -996,6 +1005,10 @@
9961005
resets = <&cpg 710>;
9971006
#dma-cells = <1>;
9981007
dma-channels = <8>;
1008+
iommus = <&ipmmu_ds0 16>, <&ipmmu_ds0 17>,
1009+
<&ipmmu_ds0 18>, <&ipmmu_ds0 19>,
1010+
<&ipmmu_ds0 20>, <&ipmmu_ds0 21>,
1011+
<&ipmmu_ds0 22>, <&ipmmu_ds0 23>;
9991012
};
10001013

10011014
mmc0: mmc@ee140000 {
@@ -1009,6 +1022,7 @@
10091022
power-domains = <&sysc R8A779H0_PD_ALWAYS_ON>;
10101023
resets = <&cpg 706>;
10111024
max-frequency = <200000000>;
1025+
iommus = <&ipmmu_ds0 32>;
10121026
status = "disabled";
10131027
};
10141028

0 commit comments

Comments
 (0)