Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1b5d0f6 authored by Suman Anna's avatar Suman Anna Committed by Tony Lindgren
Browse files

ARM: dts: OMAP5: Add #iommu-cells property to IOMMUs



Add missing #iommu-cells property to the DSP and IPU IOMMU nodes
for OMAP5 platforms. This property is required as per the generic
iommu binding.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 22e3bcc6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -612,6 +612,7 @@
			reg = <0x4a066000 0x100>;
			interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
			ti,hwmods = "mmu_dsp";
			#iommu-cells = <0>;
		};

		mmu_ipu: mmu@55082000 {
@@ -619,6 +620,7 @@
			reg = <0x55082000 0x100>;
			interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
			ti,hwmods = "mmu_ipu";
			#iommu-cells = <0>;
			ti,iommu-bus-err-back;
		};