]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: renesas: r8a77965: Add missing iommus properties
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 8 Jul 2024 09:37:19 +0000 (11:37 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 29 Jul 2024 09:51:36 +0000 (11:51 +0200)
Add missing iommus properties to all Audio-DMAC, Serial-ATA, and Frame
Compression Processor device nodes.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/79fe31020799ba508d16ff8dbd4296f239ecf76a.1720430758.git.geert+renesas@glider.be
arch/arm64/boot/dts/renesas/r8a77965.dtsi

index f02d1547b881716abb6977225d66d15f1dd8ad6d..557bdf8fab179cf73335016143703ccea93aea9d 100644 (file)
                        resets = <&cpg 502>;
                        #dma-cells = <1>;
                        dma-channels = <16>;
+                       iommus = <&ipmmu_mp 0>, <&ipmmu_mp 1>,
+                                <&ipmmu_mp 2>, <&ipmmu_mp 3>,
+                                <&ipmmu_mp 4>, <&ipmmu_mp 5>,
+                                <&ipmmu_mp 6>, <&ipmmu_mp 7>,
+                                <&ipmmu_mp 8>, <&ipmmu_mp 9>,
+                                <&ipmmu_mp 10>, <&ipmmu_mp 11>,
+                                <&ipmmu_mp 12>, <&ipmmu_mp 13>,
+                                <&ipmmu_mp 14>, <&ipmmu_mp 15>;
                };
 
                audma1: dma-controller@ec720000 {
                        resets = <&cpg 501>;
                        #dma-cells = <1>;
                        dma-channels = <16>;
+                       iommus = <&ipmmu_mp 16>, <&ipmmu_mp 17>,
+                                <&ipmmu_mp 18>, <&ipmmu_mp 19>,
+                                <&ipmmu_mp 20>, <&ipmmu_mp 21>,
+                                <&ipmmu_mp 22>, <&ipmmu_mp 23>,
+                                <&ipmmu_mp 24>, <&ipmmu_mp 25>,
+                                <&ipmmu_mp 26>, <&ipmmu_mp 27>,
+                                <&ipmmu_mp 28>, <&ipmmu_mp 29>,
+                                <&ipmmu_mp 30>, <&ipmmu_mp 31>;
                };
 
                xhci0: usb@ee000000 {
                        clocks = <&cpg CPG_MOD 815>;
                        power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
                        resets = <&cpg 815>;
+                       iommus = <&ipmmu_hc 2>;
                        status = "disabled";
                };
 
                        clocks = <&cpg CPG_MOD 615>;
                        power-domains = <&sysc R8A77965_PD_A3VP>;
                        resets = <&cpg 615>;
+                       iommus = <&ipmmu_vp0 0>;
                };
 
                vspb: vsp@fe960000 {
                        clocks = <&cpg CPG_MOD 607>;
                        power-domains = <&sysc R8A77965_PD_A3VP>;
                        resets = <&cpg 607>;
+                       iommus = <&ipmmu_vp0 5>;
                };
 
                fcpvd0: fcp@fea27000 {
                        clocks = <&cpg CPG_MOD 603>;
                        power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
                        resets = <&cpg 603>;
+                       iommus = <&ipmmu_vi0 8>;
                };
 
                fcpvd1: fcp@fea2f000 {
                        clocks = <&cpg CPG_MOD 602>;
                        power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
                        resets = <&cpg 602>;
+                       iommus = <&ipmmu_vi0 9>;
                };
 
                fcpvi0: fcp@fe9af000 {
                        clocks = <&cpg CPG_MOD 611>;
                        power-domains = <&sysc R8A77965_PD_A3VP>;
                        resets = <&cpg 611>;
+                       iommus = <&ipmmu_vp0 8>;
                };
 
                cmm0: cmm@fea40000 {