Commit 344aa8f3 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

arm64: dts: renesas: r8a77970: Enable IPMMU devices

Remove 'status = "disabled"' to make sure all IPMMU devices are enabled
in DT on the r8a77970 SoC.
Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
[simon: rebased]
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 330f2dc0
...@@ -567,7 +567,6 @@ ipmmu_ir: mmu@ff8b0000 { ...@@ -567,7 +567,6 @@ ipmmu_ir: mmu@ff8b0000 {
renesas,ipmmu-main = <&ipmmu_mm 3>; renesas,ipmmu-main = <&ipmmu_mm 3>;
power-domains = <&sysc R8A77970_PD_A3IR>; power-domains = <&sysc R8A77970_PD_A3IR>;
#iommu-cells = <1>; #iommu-cells = <1>;
status = "disabled";
}; };
ipmmu_mm: mmu@e67b0000 { ipmmu_mm: mmu@e67b0000 {
...@@ -593,7 +592,6 @@ ipmmu_vi0: mmu@febd0000 { ...@@ -593,7 +592,6 @@ ipmmu_vi0: mmu@febd0000 {
renesas,ipmmu-main = <&ipmmu_mm 9>; renesas,ipmmu-main = <&ipmmu_mm 9>;
power-domains = <&sysc R8A77970_PD_ALWAYS_ON>; power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
#iommu-cells = <1>; #iommu-cells = <1>;
status = "disabled";
}; };
gic: interrupt-controller@f1010000 { gic: interrupt-controller@f1010000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment