diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-03-05 19:24:16 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-12 12:50:29 -0400 |
commit | b7cd959786539a95e73af0b8462c02913f876809 (patch) | |
tree | 08874d8b0d49851a43c885ff4d3a9902ec37f9f5 | |
parent | 67eb1e6e4ae7ceaeb81b7a89f8fe85b93240f73b (diff) |
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 b91117a38100..68c1afbfb368 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi | |||
@@ -416,10 +416,11 @@ | |||
416 | }; | 416 | }; |
417 | 417 | ||
418 | mmu_isp: mmu@480bd400 { | 418 | mmu_isp: mmu@480bd400 { |
419 | compatible = "ti,omap3-mmu-isp"; | 419 | compatible = "ti,omap2-iommu"; |
420 | ti,hwmods = "mmu_isp"; | ||
421 | reg = <0x480bd400 0x80>; | 420 | reg = <0x480bd400 0x80>; |
422 | interrupts = <8>; | 421 | interrupts = <24>; |
422 | ti,hwmods = "mmu_isp"; | ||
423 | ti,#tlb-entries = <8>; | ||
423 | }; | 424 | }; |
424 | 425 | ||
425 | wdt2: wdt@48314000 { | 426 | wdt2: wdt@48314000 { |