ARM: dts: OMAP3: Update ISP IOMMU node
authorFlorian Vaussard <florian.vaussard@epfl.ch>
Thu, 6 Mar 2014 00:24:16 +0000 (18:24 -0600)
committerTony Lindgren <tony@atomide.com>
Wed, 12 Mar 2014 16:50:29 +0000 (09:50 -0700)
Update the IOMMU node for the camera subsystem as per the
OMAP IOMMU bindings.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
[s-anna@ti.com: corrected interrupt number]
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3.dtsi

index b91117a3810091581cf0a14d27b088f6bab35389..68c1afbfb3680fff4d39bbdf89a55177717800d1 100644 (file)
                };
 
                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>;
                };
 
                wdt2: wdt@48314000 {
This page took 0.035182 seconds and 5 git commands to generate.