]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: renesas: r8a779g0: Add missing iommus properties
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 8 Jul 2024 09:37:23 +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 EthernetAVB and Frame Compression
Processor device nodes.

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

index 53d1d4d8197af5dd701ddbb856286f2e3ef19dc5..d6770d3d488b833a384d5d0fb9df51a4d06bf5d6 100644 (file)
                        phy-mode = "rgmii";
                        rx-internal-delay-ps = <0>;
                        tx-internal-delay-ps = <0>;
+                       iommus = <&ipmmu_hc 0>;
                        status = "disabled";
                };
 
                        phy-mode = "rgmii";
                        rx-internal-delay-ps = <0>;
                        tx-internal-delay-ps = <0>;
+                       iommus = <&ipmmu_hc 1>;
                        status = "disabled";
                };
 
                        phy-mode = "rgmii";
                        rx-internal-delay-ps = <0>;
                        tx-internal-delay-ps = <0>;
+                       iommus = <&ipmmu_hc 2>;
                        status = "disabled";
                };
 
                        clocks = <&cpg CPG_MOD 508>;
                        power-domains = <&sysc R8A779G0_PD_ALWAYS_ON>;
                        resets = <&cpg 508>;
+                       iommus = <&ipmmu_vi1 6>;
                };
 
                fcpvd1: fcp@fea11000 {
                        clocks = <&cpg CPG_MOD 509>;
                        power-domains = <&sysc R8A779G0_PD_ALWAYS_ON>;
                        resets = <&cpg 509>;
+                       iommus = <&ipmmu_vi1 7>;
                };
 
                vspd0: vsp@fea20000 {