* [PATCH] ARM: shmobile: r8a7794: Disable all IPMMU nodes by default
@ 2015-10-18 5:26 Magnus Damm
2015-10-23 0:24 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2015-10-18 5:26 UTC (permalink / raw)
To: linux-sh
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(+)
--- 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 {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-23 0:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-18 5:26 [PATCH] ARM: shmobile: r8a7794: Disable all IPMMU nodes by default Magnus Damm
2015-10-23 0:24 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox