From: Magnus Damm <[email protected]>

Enable the r8a7795 device nodes for IPMMU-VI, IPMMU-VP, IPMMU-DS0,
IPMMU-DS1 and the shared IPMMU-MM device.

Signed-off-by: Magnus Damm <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
---
v4 [Simon Horman]
* Broke out of larger patch

v1 - v3 [Magnus Damm]
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi 
b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index f7c9dc2174f9..8995254d2933 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -426,7 +426,6 @@
                        reg = <0 0xfebd0000 0 0x1000>; /* IPMMU-VI0 */
                        renesas,ipmmu-main = <&ipmmu_mm 14>;
                        #iommu-cells = <1>;
-                       status = "disabled";
                };
 
                ipmmu_vi1: mmu@febe0000 {
@@ -448,7 +447,6 @@
                        reg = <0 0xfe980000 0 0x1000>; /* IPMMU-VP1 */
                        renesas,ipmmu-main = <&ipmmu_mm 17>;
                        #iommu-cells = <1>;
-                       status = "disabled";
                };
 
                ipmmu_vc0: mmu@fe6b0000 {
@@ -528,7 +526,6 @@
                        reg = <0 0xe6740000 0 0x1000>; /* IPMMU-DS0 */
                        renesas,ipmmu-main = <&ipmmu_mm 0>;
                        #iommu-cells = <1>;
-                       status = "disabled";
                };
 
                ipmmu_ds1: mmu@e7740000 {
@@ -536,7 +533,6 @@
                        reg = <0 0xe7740000 0 0x1000>; /* IPMMU-DS1 */
                        renesas,ipmmu-main = <&ipmmu_mm 1>;
                        #iommu-cells = <1>;
-                       status = "disabled";
                };
 
                ipmmu_mm: mmu@e67b0000 {
@@ -545,7 +541,6 @@
                        interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>;
                        #iommu-cells = <1>;
-                       status = "disabled";
                };
 
                dmac0: dma-controller@e6700000 {
-- 
2.11.0

Reply via email to