From: Magnus Damm <[email protected]>

Remove 'status = "disabled"' to make sure all IPMMU devices are enabled
in DT on the r8a77970 SoC.

Signed-off-by: Magnus Damm <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
[simon: rebased]
Signed-off-by: Simon Horman <[email protected]>
---
 arch/arm64/boot/dts/renesas/r8a77970.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a77970.dtsi 
b/arch/arm64/boot/dts/renesas/r8a77970.dtsi
index c06d7fbfb7be..6ed2e95eb53d 100644
--- a/arch/arm64/boot/dts/renesas/r8a77970.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77970.dtsi
@@ -567,7 +567,6 @@
                        renesas,ipmmu-main = <&ipmmu_mm 3>;
                        power-domains = <&sysc R8A77970_PD_A3IR>;
                        #iommu-cells = <1>;
-                       status = "disabled";
                };
 
                ipmmu_mm: mmu@e67b0000 {
@@ -593,7 +592,6 @@
                        renesas,ipmmu-main = <&ipmmu_mm 9>;
                        power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
                        #iommu-cells = <1>;
-                       status = "disabled";
                };
 
                gic: interrupt-controller@f1010000 {
-- 
2.11.0

Reply via email to