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: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Ulrich Hecht <uli+renesas@fpond.eu>
This commit is contained in:
Geert Uytterhoeven 2019-07-31 13:27:39 +02:00
parent 8703ba77ec
commit 62a1702961
1 changed files with 2 additions and 2 deletions

View File

@ -1299,9 +1299,9 @@ ipmmu_rt: mmu@ffc80000 {
#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>;