Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62a17029 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a77980: Fix IPMMU-VC0 base address



According to the R-Car Gen3 Hardware Manual Errata for Rev 1.50 of Feb
12, 2019, the base address of the IPMMU-VC0 block on R-Car V3H is
0xfe990000.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarUlrich Hecht <uli+renesas@fpond.eu>
parent 8703ba77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1299,9 +1299,9 @@
			#iommu-cells = <1>;
		};

		ipmmu_vc0: mmu@fe6b0000 {
		ipmmu_vc0: mmu@fe990000 {
			compatible = "renesas,ipmmu-r8a77980";
			reg = <0 0xfe6b0000 0 0x1000>;
			reg = <0 0xfe990000 0 0x1000>;
			renesas,ipmmu-main = <&ipmmu_mm 12>;
			power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
			#iommu-cells = <1>;