Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: renesas: r8a77980: Fix IPMMU VIP[01] nodes

Missing the renesas,ipmmu-main property on ipmmu_vip[01] nodes.

Fixes: 55697cbb44e4 ("arm64: dts: renesas: r8a779{65,80,90}: Add IPMMU devices nodes)
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/1587108543-23786-1-git-send-email-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Yoshihiro Shimoda and committed by
Geert Uytterhoeven
f4d71c6e 0f739fdf

+2
+2
arch/arm64/boot/dts/renesas/r8a77980.dtsi
··· 1318 1318 ipmmu_vip0: mmu@e7b00000 { 1319 1319 compatible = "renesas,ipmmu-r8a77980"; 1320 1320 reg = <0 0xe7b00000 0 0x1000>; 1321 + renesas,ipmmu-main = <&ipmmu_mm 4>; 1321 1322 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>; 1322 1323 #iommu-cells = <1>; 1323 1324 }; ··· 1326 1325 ipmmu_vip1: mmu@e7960000 { 1327 1326 compatible = "renesas,ipmmu-r8a77980"; 1328 1327 reg = <0 0xe7960000 0 0x1000>; 1328 + renesas,ipmmu-main = <&ipmmu_mm 11>; 1329 1329 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>; 1330 1330 #iommu-cells = <1>; 1331 1331 };