Message ID | 20151018052656.3608.65682.sendpatchset@little-apple (mailing list archive) |
---|---|
State | Accepted |
Commit | 832d3e4c823be3c09e20b33793ac668c77ea5bd6 |
Delegated to: | Simon Horman |
Headers | show |
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
--- 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 {