msm: Make iommu domains platform devices
Information about the layout of iommu domains is a device
specific option. Convert the iommu domain information
into a platform driver with a corresponding platform device.
This allows different devices to have different layouts as
needed.
Change-Id: I6bf4162476143daabe16a2f5de3b655ae4377902
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8930.c b/arch/arm/mach-msm/board-8930.c
index 4327fd9..24e6a79 100644
--- a/arch/arm/mach-msm/board-8930.c
+++ b/arch/arm/mach-msm/board-8930.c
@@ -1791,6 +1791,7 @@
&msm_bus_8930_sys_fpb,
&msm_bus_8930_cpss_fpb,
&msm8960_device_cache_erp,
+ &msm8930_iommu_domain_device,
};
static struct platform_device *cdp_devices[] __initdata = {