arm64: dts: renesas: Fix IOMMU device node names
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 21 Apr 2020 09:36:15 +0000 (18:36 +0900)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 Apr 2020 10:02:56 +0000 (12:02 +0200)
Fix IOMMU device node names as "iommu@".

Fixes: 8f507babc617 ("arm64: dts: renesas: r8a774a1: Add IPMMU device nodes")
Fixes: 63093a8e58be ("arm64: dts: renesas: r8a774b1: Add IPMMU device nodes")
Fixes: 6c7e02178e8f ("arm64: dts: renesas: r8a774c0: Add IPMMU device nodes")
Fixes: 3b7e7848f0e8 ("arm64: dts: renesas: r8a7795: Add IPMMU device nodes")
Fixes: e4b9a493df45 ("arm64: dts: renesas: r8a7795-es1: Add IPMMU device nodes")
Fixes: 389baa409617 ("arm64: dts: renesas: r8a7796: Add IPMMU device nodes")
Fixes: 55697cbb44e4 ("arm64: dts: renesas: r8a779{65,80,90}: Add IPMMU devices nodes")
Fixes: ce3b52a1595b ("arm64: dts: renesas: r8a77970: Add IPMMU device nodes")
Fixes: a3901e7398e1 ("arm64: dts: renesas: r8a77995: Add IPMMU device nodes")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/1587461775-13369-1-git-send-email-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a774a1.dtsi
arch/arm64/boot/dts/renesas/r8a774b1.dtsi
arch/arm64/boot/dts/renesas/r8a774c0.dtsi
arch/arm64/boot/dts/renesas/r8a77950.dtsi
arch/arm64/boot/dts/renesas/r8a77951.dtsi
arch/arm64/boot/dts/renesas/r8a77960.dtsi
arch/arm64/boot/dts/renesas/r8a77965.dtsi
arch/arm64/boot/dts/renesas/r8a77970.dtsi
arch/arm64/boot/dts/renesas/r8a77980.dtsi
arch/arm64/boot/dts/renesas/r8a77990.dtsi
arch/arm64/boot/dts/renesas/r8a77995.dtsi

index 7902343..a603d94 100644 (file)
                               <&ipmmu_ds1 30>, <&ipmmu_ds1 31>;
                };
 
-               ipmmu_ds0: mmu@e6740000 {
+               ipmmu_ds0: iommu@e6740000 {
                        compatible = "renesas,ipmmu-r8a774a1";
                        reg = <0 0xe6740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a774a1";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 1>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_hc: mmu@e6570000 {
+               ipmmu_hc: iommu@e6570000 {
                        compatible = "renesas,ipmmu-r8a774a1";
                        reg = <0 0xe6570000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 2>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a774a1";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mp: mmu@ec670000 {
+               ipmmu_mp: iommu@ec670000 {
                        compatible = "renesas,ipmmu-r8a774a1";
                        reg = <0 0xec670000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 4>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv0: mmu@fd800000 {
+               ipmmu_pv0: iommu@fd800000 {
                        compatible = "renesas,ipmmu-r8a774a1";
                        reg = <0 0xfd800000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 5>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv1: mmu@fd950000 {
+               ipmmu_pv1: iommu@fd950000 {
                        compatible = "renesas,ipmmu-r8a774a1";
                        reg = <0 0xfd950000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 6>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc0: mmu@fe6b0000 {
+               ipmmu_vc0: iommu@fe6b0000 {
                        compatible = "renesas,ipmmu-r8a774a1";
                        reg = <0 0xfe6b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 8>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a774a1";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 9>;
index 3137f73..1e51855 100644 (file)
                               <&ipmmu_ds1 30>, <&ipmmu_ds1 31>;
                };
 
-               ipmmu_ds0: mmu@e6740000 {
+               ipmmu_ds0: iommu@e6740000 {
                        compatible = "renesas,ipmmu-r8a774b1";
                        reg = <0 0xe6740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a774b1";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 1>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_hc: mmu@e6570000 {
+               ipmmu_hc: iommu@e6570000 {
                        compatible = "renesas,ipmmu-r8a774b1";
                        reg = <0 0xe6570000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 2>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a774b1";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mp: mmu@ec670000 {
+               ipmmu_mp: iommu@ec670000 {
                        compatible = "renesas,ipmmu-r8a774b1";
                        reg = <0 0xec670000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 4>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv0: mmu@fd800000 {
+               ipmmu_pv0: iommu@fd800000 {
                        compatible = "renesas,ipmmu-r8a774b1";
                        reg = <0 0xfd800000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 6>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc0: mmu@fe6b0000 {
+               ipmmu_vc0: iommu@fe6b0000 {
                        compatible = "renesas,ipmmu-r8a774b1";
                        reg = <0 0xfe6b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 12>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a774b1";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 14>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vp0: mmu@fe990000 {
+               ipmmu_vp0: iommu@fe990000 {
                        compatible = "renesas,ipmmu-r8a774b1";
                        reg = <0 0xfe990000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 16>;
index 22785cb..5c72a7e 100644 (file)
                               <&ipmmu_ds1 30>, <&ipmmu_ds1 31>;
                };
 
-               ipmmu_ds0: mmu@e6740000 {
+               ipmmu_ds0: iommu@e6740000 {
                        compatible = "renesas,ipmmu-r8a774c0";
                        reg = <0 0xe6740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a774c0";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 1>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_hc: mmu@e6570000 {
+               ipmmu_hc: iommu@e6570000 {
                        compatible = "renesas,ipmmu-r8a774c0";
                        reg = <0 0xe6570000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 2>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a774c0";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mp: mmu@ec670000 {
+               ipmmu_mp: iommu@ec670000 {
                        compatible = "renesas,ipmmu-r8a774c0";
                        reg = <0 0xec670000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 4>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv0: mmu@fd800000 {
+               ipmmu_pv0: iommu@fd800000 {
                        compatible = "renesas,ipmmu-r8a774c0";
                        reg = <0 0xfd800000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 6>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc0: mmu@fe6b0000 {
+               ipmmu_vc0: iommu@fe6b0000 {
                        compatible = "renesas,ipmmu-r8a774c0";
                        reg = <0 0xfe6b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 12>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a774c0";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 14>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vp0: mmu@fe990000 {
+               ipmmu_vp0: iommu@fe990000 {
                        compatible = "renesas,ipmmu-r8a774c0";
                        reg = <0 0xfe990000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 16>;
index 3975eec..d716c43 100644 (file)
@@ -77,7 +77,7 @@
        /delete-node/ dma-controller@e6460000;
        /delete-node/ dma-controller@e6470000;
 
-       ipmmu_mp1: mmu@ec680000 {
+       ipmmu_mp1: iommu@ec680000 {
                compatible = "renesas,ipmmu-r8a7795";
                reg = <0 0xec680000 0 0x1000>;
                renesas,ipmmu-main = <&ipmmu_mm 5>;
@@ -85,7 +85,7 @@
                #iommu-cells = <1>;
        };
 
-       ipmmu_sy: mmu@e7730000 {
+       ipmmu_sy: iommu@e7730000 {
                compatible = "renesas,ipmmu-r8a7795";
                reg = <0 0xe7730000 0 0x1000>;
                renesas,ipmmu-main = <&ipmmu_mm 8>;
                #iommu-cells = <1>;
        };
 
-       /delete-node/ mmu@fd950000;
-       /delete-node/ mmu@fd960000;
-       /delete-node/ mmu@fd970000;
-       /delete-node/ mmu@febe0000;
-       /delete-node/ mmu@fe980000;
+       /delete-node/ iommu@fd950000;
+       /delete-node/ iommu@fd960000;
+       /delete-node/ iommu@fd970000;
+       /delete-node/ iommu@febe0000;
+       /delete-node/ iommu@fe980000;
 
        xhci1: usb@ee040000 {
                compatible = "renesas,xhci-r8a7795", "renesas,rcar-gen3-xhci";
index 5222954..61d67d9 100644 (file)
                               <&ipmmu_ds1 30>, <&ipmmu_ds1 31>;
                };
 
-               ipmmu_ds0: mmu@e6740000 {
+               ipmmu_ds0: iommu@e6740000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xe6740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 1>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_hc: mmu@e6570000 {
+               ipmmu_hc: iommu@e6570000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xe6570000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 2>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ir: mmu@ff8b0000 {
+               ipmmu_ir: iommu@ff8b0000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xff8b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 3>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mp0: mmu@ec670000 {
+               ipmmu_mp0: iommu@ec670000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xec670000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 4>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv0: mmu@fd800000 {
+               ipmmu_pv0: iommu@fd800000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfd800000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 6>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv1: mmu@fd950000 {
+               ipmmu_pv1: iommu@fd950000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfd950000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 7>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv2: mmu@fd960000 {
+               ipmmu_pv2: iommu@fd960000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfd960000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 8>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv3: mmu@fd970000 {
+               ipmmu_pv3: iommu@fd970000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfd970000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 9>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_rt: mmu@ffc80000 {
+               ipmmu_rt: iommu@ffc80000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xffc80000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 10>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc0: mmu@fe6b0000 {
+               ipmmu_vc0: iommu@fe6b0000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfe6b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 12>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc1: mmu@fe6f0000 {
+               ipmmu_vc1: iommu@fe6f0000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfe6f0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 13>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 14>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi1: mmu@febe0000 {
+               ipmmu_vi1: iommu@febe0000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfebe0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 15>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vp0: mmu@fe990000 {
+               ipmmu_vp0: iommu@fe990000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfe990000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 16>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vp1: mmu@fe980000 {
+               ipmmu_vp1: iommu@fe980000 {
                        compatible = "renesas,ipmmu-r8a7795";
                        reg = <0 0xfe980000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 17>;
index 3128236..33bf62a 100644 (file)
                               <&ipmmu_ds1 30>, <&ipmmu_ds1 31>;
                };
 
-               ipmmu_ds0: mmu@e6740000 {
+               ipmmu_ds0: iommu@e6740000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xe6740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 1>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_hc: mmu@e6570000 {
+               ipmmu_hc: iommu@e6570000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xe6570000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 2>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ir: mmu@ff8b0000 {
+               ipmmu_ir: iommu@ff8b0000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xff8b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 3>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mp: mmu@ec670000 {
+               ipmmu_mp: iommu@ec670000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xec670000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 4>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv0: mmu@fd800000 {
+               ipmmu_pv0: iommu@fd800000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xfd800000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 5>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv1: mmu@fd950000 {
+               ipmmu_pv1: iommu@fd950000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xfd950000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 6>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_rt: mmu@ffc80000 {
+               ipmmu_rt: iommu@ffc80000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xffc80000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 7>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc0: mmu@fe6b0000 {
+               ipmmu_vc0: iommu@fe6b0000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xfe6b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 8>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a7796";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 9>;
index d82dd4e..6f7ab39 100644 (file)
                               <&ipmmu_ds1 30>, <&ipmmu_ds1 31>;
                };
 
-               ipmmu_ds0: mmu@e6740000 {
+               ipmmu_ds0: iommu@e6740000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xe6740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 1>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_hc: mmu@e6570000 {
+               ipmmu_hc: iommu@e6570000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xe6570000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 2>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mp: mmu@ec670000 {
+               ipmmu_mp: iommu@ec670000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xec670000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 4>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv0: mmu@fd800000 {
+               ipmmu_pv0: iommu@fd800000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xfd800000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 6>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_rt: mmu@ffc80000 {
+               ipmmu_rt: iommu@ffc80000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xffc80000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 10>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc0: mmu@fe6b0000 {
+               ipmmu_vc0: iommu@fe6b0000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xfe6b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 12>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 14>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vp0: mmu@fe990000 {
+               ipmmu_vp0: iommu@fe990000 {
                        compatible = "renesas,ipmmu-r8a77965";
                        reg = <0 0xfe990000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 16>;
index a009c0e..bd95ecb 100644 (file)
                               <&ipmmu_ds1 22>, <&ipmmu_ds1 23>;
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a77970";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ir: mmu@ff8b0000 {
+               ipmmu_ir: iommu@ff8b0000 {
                        compatible = "renesas,ipmmu-r8a77970";
                        reg = <0 0xff8b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 3>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a77970";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_rt: mmu@ffc80000 {
+               ipmmu_rt: iommu@ffc80000 {
                        compatible = "renesas,ipmmu-r8a77970";
                        reg = <0 0xffc80000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 7>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a77970";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 9>;
index e01b050..224e57a 100644 (file)
                        status = "disabled";
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a77980";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ir: mmu@ff8b0000 {
+               ipmmu_ir: iommu@ff8b0000 {
                        compatible = "renesas,ipmmu-r8a77980";
                        reg = <0 0xff8b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 3>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a77980";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_rt: mmu@ffc80000 {
+               ipmmu_rt: iommu@ffc80000 {
                        compatible = "renesas,ipmmu-r8a77980";
                        reg = <0 0xffc80000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 10>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc0: mmu@fe990000 {
+               ipmmu_vc0: iommu@fe990000 {
                        compatible = "renesas,ipmmu-r8a77980";
                        reg = <0 0xfe990000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 12>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a77980";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 14>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vip0: mmu@e7b00000 {
+               ipmmu_vip0: iommu@e7b00000 {
                        compatible = "renesas,ipmmu-r8a77980";
                        reg = <0 0xe7b00000 0 0x1000>;
                        power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vip1: mmu@e7960000 {
+               ipmmu_vip1: iommu@e7960000 {
                        compatible = "renesas,ipmmu-r8a77980";
                        reg = <0 0xe7960000 0 0x1000>;
                        power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
index 1543f18..cd11f24 100644 (file)
                               <&ipmmu_ds1 30>, <&ipmmu_ds1 31>;
                };
 
-               ipmmu_ds0: mmu@e6740000 {
+               ipmmu_ds0: iommu@e6740000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xe6740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 1>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_hc: mmu@e6570000 {
+               ipmmu_hc: iommu@e6570000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xe6570000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 2>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mp: mmu@ec670000 {
+               ipmmu_mp: iommu@ec670000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xec670000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 4>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv0: mmu@fd800000 {
+               ipmmu_pv0: iommu@fd800000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xfd800000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 6>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_rt: mmu@ffc80000 {
+               ipmmu_rt: iommu@ffc80000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xffc80000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 10>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc0: mmu@fe6b0000 {
+               ipmmu_vc0: iommu@fe6b0000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xfe6b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 12>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 14>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vp0: mmu@fe990000 {
+               ipmmu_vp0: iommu@fe990000 {
                        compatible = "renesas,ipmmu-r8a77990";
                        reg = <0 0xfe990000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 16>;
index e8d2290..e5617ec 100644 (file)
                               <&ipmmu_ds1 22>, <&ipmmu_ds1 23>;
                };
 
-               ipmmu_ds0: mmu@e6740000 {
+               ipmmu_ds0: iommu@e6740000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xe6740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_ds1: mmu@e7740000 {
+               ipmmu_ds1: iommu@e7740000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xe7740000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 1>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_hc: mmu@e6570000 {
+               ipmmu_hc: iommu@e6570000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xe6570000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 2>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mm: mmu@e67b0000 {
+               ipmmu_mm: iommu@e67b0000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xe67b0000 0 0x1000>;
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                        #iommu-cells = <1>;
                };
 
-               ipmmu_mp: mmu@ec670000 {
+               ipmmu_mp: iommu@ec670000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xec670000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 4>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_pv0: mmu@fd800000 {
+               ipmmu_pv0: iommu@fd800000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xfd800000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 6>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_rt: mmu@ffc80000 {
+               ipmmu_rt: iommu@ffc80000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xffc80000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 10>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vc0: mmu@fe6b0000 {
+               ipmmu_vc0: iommu@fe6b0000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xfe6b0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 12>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vi0: mmu@febd0000 {
+               ipmmu_vi0: iommu@febd0000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xfebd0000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 14>;
                        #iommu-cells = <1>;
                };
 
-               ipmmu_vp0: mmu@fe990000 {
+               ipmmu_vp0: iommu@fe990000 {
                        compatible = "renesas,ipmmu-r8a77995";
                        reg = <0 0xfe990000 0 0x1000>;
                        renesas,ipmmu-main = <&ipmmu_mm 16>;