Skip to content

Commit f4d71c6

Browse files
shimodaygeertu
authored andcommitted
arm64: dts: renesas: r8a77980: Fix IPMMU VIP[01] nodes
Missing the renesas,ipmmu-main property on ipmmu_vip[01] nodes. Fixes: 55697cb ("arm64: dts: renesas: r8a779{65,80,90}: Add IPMMU devices nodes) Signed-off-by: Yoshihiro Shimoda <[email protected]> Link: https://lore.kernel.org/r/1587108543-23786-1-git-send-email-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 0f739fd commit f4d71c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,13 +1318,15 @@
13181318
ipmmu_vip0: mmu@e7b00000 {
13191319
compatible = "renesas,ipmmu-r8a77980";
13201320
reg = <0 0xe7b00000 0 0x1000>;
1321+
renesas,ipmmu-main = <&ipmmu_mm 4>;
13211322
power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
13221323
#iommu-cells = <1>;
13231324
};
13241325

13251326
ipmmu_vip1: mmu@e7960000 {
13261327
compatible = "renesas,ipmmu-r8a77980";
13271328
reg = <0 0xe7960000 0 0x1000>;
1329+
renesas,ipmmu-main = <&ipmmu_mm 11>;
13281330
power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
13291331
#iommu-cells = <1>;
13301332
};

0 commit comments

Comments
 (0)