]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: r8a7794: Disable all IPMMU nodes by default
authorMagnus Damm <damm+renesas@opensource.se>
Sun, 18 Oct 2015 05:26:56 +0000 (14:26 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 23 Oct 2015 00:23:39 +0000 (09:23 +0900)
The r8a7794 IPMMU nodes for MX and DS are currently lacking
a line containing 'status = "disabled"', fix this by
making sure they are disabled like all other IPMMU nodes.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7794.dtsi

index 6fc1acff507faa2ebe529077149f6d148d79f8f9..018ff56470b6dab3639078c31f1fac1b6b60b54e 100644 (file)
                interrupts = <0 198 IRQ_TYPE_LEVEL_HIGH>,
                             <0 199 IRQ_TYPE_LEVEL_HIGH>;
                #iommu-cells = <1>;
+               status = "disabled";
        };
 
        ipmmu_mp: mmu@ec680000 {
                interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>,
                             <0 221 IRQ_TYPE_LEVEL_HIGH>;
                #iommu-cells = <1>;
+               status = "disabled";
        };
 
        ipmmu_gp: mmu@e62a0000 {