Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7cd9597 authored by Florian Vaussard's avatar Florian Vaussard Committed by Tony Lindgren
Browse files

ARM: dts: OMAP3: Update ISP IOMMU node



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

Signed-off-by: default avatarFlorian Vaussard <florian.vaussard@epfl.ch>
[s-anna@ti.com: corrected interrupt number]
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 67eb1e6e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -416,10 +416,11 @@
		};

		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 {