From: Florian Vaussard <florian.vauss...@epfl.ch>

Update the IOMMU node for the camera subsystem as per the
OMAP IOMMU bindings.

Signed-off-by: Florian Vaussard <florian.vauss...@epfl.ch>
[s-a...@ti.com: corrected interrupt number]
Signed-off-by: Suman Anna <s-a...@ti.com>
---
 arch/arm/boot/dts/omap3.dtsi | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index a5fc83b..ac91cc3 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -411,10 +411,12 @@
                };
 
                mmu_isp: mmu@480bd400 {
-                       compatible = "ti,omap3-mmu-isp";
-                       ti,hwmods = "mmu_isp";
+                       compatible = "ti,omap2-iommu";
                        reg = <0x480bd400 0x80>;
-                       interrupts = <8>;
+                       interrupts = <24>;
+                       ti,hwmods = "mmu_isp";
+                       ti,#tlb-entries = <8>;
+                       dma-window = <0 0xfffff000>;
                };
 
                wdt2: wdt@48314000 {
-- 
1.8.5.3

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

Reply via email to