Skip to content

Commit a1c11b3

Browse files
shimodaygeertu
authored andcommitted
arm64: dts: renesas: r8a779f0: Revise renesas,ipmmu-main
Since IMSSTR register was undocumented on the latest datasheet and dt-bindings of renesas,ipmmu-vmsa was updated about the renesas,ipmmu-main property, revise the property on each cache IPMMU node. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Link: https://lore.kernel.org/r/20230123013448.1250991-2-yoshihiro.shimoda.uh@renesas.com [geert: Drop indices from renesas,ipmmu-main properties] Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 3d52973 commit a1c11b3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@
10591059
compatible = "renesas,ipmmu-r8a779f0",
10601060
"renesas,rcar-gen4-ipmmu-vmsa";
10611061
reg = <0 0xee480000 0 0x20000>;
1062-
renesas,ipmmu-main = <&ipmmu_mm 10>;
1062+
renesas,ipmmu-main = <&ipmmu_mm>;
10631063
power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
10641064
#iommu-cells = <1>;
10651065
};
@@ -1068,7 +1068,7 @@
10681068
compatible = "renesas,ipmmu-r8a779f0",
10691069
"renesas,rcar-gen4-ipmmu-vmsa";
10701070
reg = <0 0xee4c0000 0 0x20000>;
1071-
renesas,ipmmu-main = <&ipmmu_mm 19>;
1071+
renesas,ipmmu-main = <&ipmmu_mm>;
10721072
power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
10731073
#iommu-cells = <1>;
10741074
};
@@ -1077,7 +1077,7 @@
10771077
compatible = "renesas,ipmmu-r8a779f0",
10781078
"renesas,rcar-gen4-ipmmu-vmsa";
10791079
reg = <0 0xeed00000 0 0x20000>;
1080-
renesas,ipmmu-main = <&ipmmu_mm 0>;
1080+
renesas,ipmmu-main = <&ipmmu_mm>;
10811081
power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
10821082
#iommu-cells = <1>;
10831083
};
@@ -1086,7 +1086,7 @@
10861086
compatible = "renesas,ipmmu-r8a779f0",
10871087
"renesas,rcar-gen4-ipmmu-vmsa";
10881088
reg = <0 0xeed40000 0 0x20000>;
1089-
renesas,ipmmu-main = <&ipmmu_mm 2>;
1089+
renesas,ipmmu-main = <&ipmmu_mm>;
10901090
power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
10911091
#iommu-cells = <1>;
10921092
};

0 commit comments

Comments
 (0)