Commits
Suman Anna committed bc9273d75d1
ARM: OMAP2+: Add iommu pdata-quirks for DRA7 DSP EDMA MMUs The DSP processor subsystems in DRA7xx have two MMUs, one for the processor port and another for an EDMA port. Both these MMUs share a common reset line, and the reset management is done through the pdata quirks for the MMU associated with the processor port, so the DSP EDMA MMUs didn't need any pdata ops. The OMAP IOMMU driver now requires the device_enable/idle platform data ops on all the IOMMU devices to be able to enable/disable the clocks and maintain the reference count and the omap_hwmod state machine. So, add the iommu pdata quirks for the DSP EDMA MMUs. Signed-off-by: Suman Anna <s-anna@ti.com>