diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-03-05 19:24:18 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-12 12:50:50 -0400 |
commit | 21bd85a18ad6a38bbd17ec8265daa8b6500b4d9a (patch) | |
tree | dec3c13b921fcde9037e25f9f2139ea38a24464d /arch | |
parent | 40ac051d11529ae2255f1a830b52f0c2a7a1621d (diff) |
ARM: dts: OMAP4: Add IOMMU nodes
Add the IOMMU nodes for the DSP and IPU subsystems. The MMU
within the IPU sub-system also supports a bus error back
capability, not available on the DSP MMU.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
[s-anna@ti.com: IPU bus error back addition]
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 4e15be59b839..3dfec86c1dc9 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
@@ -467,6 +467,21 @@ | |||
467 | dma-names = "tx", "rx"; | 467 | dma-names = "tx", "rx"; |
468 | }; | 468 | }; |
469 | 469 | ||
470 | mmu_dsp: mmu@4a066000 { | ||
471 | compatible = "ti,omap4-iommu"; | ||
472 | reg = <0x4a066000 0x100>; | ||
473 | interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; | ||
474 | ti,hwmods = "mmu_dsp"; | ||
475 | }; | ||
476 | |||
477 | mmu_ipu: mmu@55082000 { | ||
478 | compatible = "ti,omap4-iommu"; | ||
479 | reg = <0x55082000 0x100>; | ||
480 | interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; | ||
481 | ti,hwmods = "mmu_ipu"; | ||
482 | ti,iommu-bus-err-back; | ||
483 | }; | ||
484 | |||
470 | wdt2: wdt@4a314000 { | 485 | wdt2: wdt@4a314000 { |
471 | compatible = "ti,omap4-wdt", "ti,omap3-wdt"; | 486 | compatible = "ti,omap4-wdt", "ti,omap3-wdt"; |
472 | reg = <0x4a314000 0x80>; | 487 | reg = <0x4a314000 0x80>; |