diff mbox

ARM: shmobile: r8a7794: Disable all IPMMU nodes by default

Message ID 20151018052656.3608.65682.sendpatchset@little-apple (mailing list archive)
State Accepted
Commit 832d3e4c823be3c09e20b33793ac668c77ea5bd6
Delegated to: Simon Horman
Headers show

Commit Message

Magnus Damm Oct. 18, 2015, 5:26 a.m. UTC
From: Magnus Damm <damm+renesas@opensource.se>

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>
---

 Written on top of renesas-devel-20151015-v4.3-rc5 and
 [PATCH 00/02] ARM: shmobile: r8a7794 ALT board DU VGA port enablement
 No special dependencies.

 arch/arm/boot/dts/r8a7794.dtsi |    2 ++
 1 file changed, 2 insertions(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Simon Horman Oct. 23, 2015, 12:24 a.m. UTC | #1
On Sun, Oct 18, 2015 at 02:26:56PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
> 
> 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>

Thanks, I have queued this up for v4.5.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 0002/arch/arm/boot/dts/r8a7794.dtsi
+++ work/arch/arm/boot/dts/r8a7794.dtsi	2015-10-18 14:20:46.490513000 +0900
@@ -1135,6 +1135,7 @@ 
 		interrupts = <0 198 IRQ_TYPE_LEVEL_HIGH>,
 			     <0 199 IRQ_TYPE_LEVEL_HIGH>;
 		#iommu-cells = <1>;
+		status = "disabled";
 	};
 
 	ipmmu_mp: mmu@ec680000 {
@@ -1151,6 +1152,7 @@ 
 		interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>,
 			     <0 221 IRQ_TYPE_LEVEL_HIGH>;
 		#iommu-cells = <1>;
+		status = "disabled";
 	};
 
 	ipmmu_gp: mmu@e62a0000 {