diff options
author | Suman Anna <s-anna@ti.com> | 2015-07-10 13:28:55 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-14 03:00:46 -0400 |
commit | 22e3bcc62e528a0dca7f4fafd71feeb9cdb8a95b (patch) | |
tree | e1aaaf00abe4504fc8e240a90df786ee031e0b0a | |
parent | 693f4f4c969dff9fa80e186e9077c74056f71829 (diff) |
ARM: dts: OMAP4: Add #iommu-cells property to IOMMUs
Add missing #iommu-cells property to the DSP and IPU IOMMU nodes
for OMAP4 platforms. This property is required as per the generic
iommu binding.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index f884d6adb71e..7d31c6ff246f 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
@@ -551,6 +551,7 @@ | |||
551 | reg = <0x4a066000 0x100>; | 551 | reg = <0x4a066000 0x100>; |
552 | interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; | 552 | interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; |
553 | ti,hwmods = "mmu_dsp"; | 553 | ti,hwmods = "mmu_dsp"; |
554 | #iommu-cells = <0>; | ||
554 | }; | 555 | }; |
555 | 556 | ||
556 | mmu_ipu: mmu@55082000 { | 557 | mmu_ipu: mmu@55082000 { |
@@ -558,6 +559,7 @@ | |||
558 | reg = <0x55082000 0x100>; | 559 | reg = <0x55082000 0x100>; |
559 | interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; | 560 | interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; |
560 | ti,hwmods = "mmu_ipu"; | 561 | ti,hwmods = "mmu_ipu"; |
562 | #iommu-cells = <0>; | ||
561 | ti,iommu-bus-err-back; | 563 | ti,iommu-bus-err-back; |
562 | }; | 564 | }; |
563 | 565 | ||