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: Magnus Damm <damm+renesas@opensource.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
[simon: rebased]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Magnus Damm 2018-04-22 19:08:32 +09:00 committed by Simon Horman
parent 330f2dc009
commit 344aa8f37e

View File

@ -567,7 +567,6 @@
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 @@
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 {