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

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
......@@ -416,10 +416,11 @@ mmc3: mmc@480ad000 {
};
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment