From 330f2dc009e937efe6618096718f12a4a5a847f8 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Sun, 22 Apr 2018 19:08:24 +0900 Subject: [PATCH] arm64: dts: renesas: r8a7796: Enable IPMMU devices Remove 'status = "disabled"' to make sure all IPMMU devices are enabled in DT on the r8a7796 SoC. Signed-off-by: Magnus Damm Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index e6254711556c..f33063dd7cd7 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi @@ -881,7 +881,6 @@ ipmmu_hc: mmu@e6570000 { renesas,ipmmu-main = <&ipmmu_mm 2>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; #iommu-cells = <1>; - status = "disabled"; }; ipmmu_ir: mmu@ff8b0000 { @@ -890,7 +889,6 @@ ipmmu_ir: mmu@ff8b0000 { renesas,ipmmu-main = <&ipmmu_mm 3>; power-domains = <&sysc R8A7796_PD_A3IR>; #iommu-cells = <1>; - status = "disabled"; }; ipmmu_mm: mmu@e67b0000 { @@ -924,7 +922,6 @@ ipmmu_pv1: mmu@fd950000 { renesas,ipmmu-main = <&ipmmu_mm 6>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; #iommu-cells = <1>; - status = "disabled"; }; ipmmu_rt: mmu@ffc80000 { @@ -933,7 +930,6 @@ ipmmu_rt: mmu@ffc80000 { renesas,ipmmu-main = <&ipmmu_mm 7>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; #iommu-cells = <1>; - status = "disabled"; }; ipmmu_vc0: mmu@fe6b0000 { @@ -942,7 +938,6 @@ ipmmu_vc0: mmu@fe6b0000 { renesas,ipmmu-main = <&ipmmu_mm 8>; power-domains = <&sysc R8A7796_PD_A3VC>; #iommu-cells = <1>; - status = "disabled"; }; ipmmu_vi0: mmu@febd0000 { -- 2.45.2