diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-03-05 18:24:16 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-12 09:50:29 -0700 |
commit | b7cd959786539a95e73af0b8462c02913f876809 (patch) | |
tree | 08874d8b0d49851a43c885ff4d3a9902ec37f9f5 | |
parent | 67eb1e6e4ae7ceaeb81b7a89f8fe85b93240f73b (diff) | |
download | op-kernel-dev-b7cd959786539a95e73af0b8462c02913f876809.zip op-kernel-dev-b7cd959786539a95e73af0b8462c02913f876809.tar.gz |
ARM: dts: OMAP3: Update ISP IOMMU node
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>
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index b91117a..68c1afb 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -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 { |