aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2014-03-05 19:24:19 -0500
committerTony Lindgren <tony@atomide.com>2014-03-12 12:50:58 -0400
commit2dcfa56e8207d1af230252face1e7c63a7634ac3 (patch)
tree8a4fc9c602478ce28c0d4a30643391a780b4629f
parent21bd85a18ad6a38bbd17ec8265daa8b6500b4d9a (diff)
ARM: dts: OMAP5: Add IOMMU nodes
The IOMMU DT nodes have been added for the DSP and IPU subsystems. The MMUs in OMAP5 are identical to those in OMAP4, including the bus error back capability on IPU. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/omap5.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 859a800a77fc..757f0b9343c2 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -520,6 +520,21 @@
520 dma-names = "tx", "rx"; 520 dma-names = "tx", "rx";
521 }; 521 };
522 522
523 mmu_dsp: mmu@4a066000 {
524 compatible = "ti,omap4-iommu";
525 reg = <0x4a066000 0x100>;
526 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
527 ti,hwmods = "mmu_dsp";
528 };
529
530 mmu_ipu: mmu@55082000 {
531 compatible = "ti,omap4-iommu";
532 reg = <0x55082000 0x100>;
533 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
534 ti,hwmods = "mmu_ipu";
535 ti,iommu-bus-err-back;
536 };
537
523 keypad: keypad@4ae1c000 { 538 keypad: keypad@4ae1c000 {
524 compatible = "ti,omap4-keypad"; 539 compatible = "ti,omap4-keypad";
525 reg = <0x4ae1c000 0x400>; 540 reg = <0x4ae1c000 0x400>;