diff options
-rw-r--r-- | arch/arm/mach-omap2/omap3-iommu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap3-iommu.c b/arch/arm/mach-omap2/omap3-iommu.c index 91ee38a485a4..194189c746c2 100644 --- a/arch/arm/mach-omap2/omap3-iommu.c +++ b/arch/arm/mach-omap2/omap3-iommu.c | |||
@@ -36,11 +36,13 @@ static const struct iommu_platform_data omap3_iommu_pdata[] __initconst = { | |||
36 | .nr_tlb_entries = 8, | 36 | .nr_tlb_entries = 8, |
37 | .clk_name = "cam_ick", | 37 | .clk_name = "cam_ick", |
38 | }, | 38 | }, |
39 | #if defined(CONFIG_MPU_BRIDGE_IOMMU) | ||
39 | { | 40 | { |
40 | .name = "iva2", | 41 | .name = "iva2", |
41 | .nr_tlb_entries = 32, | 42 | .nr_tlb_entries = 32, |
42 | .clk_name = "iva2_ck", | 43 | .clk_name = "iva2_ck", |
43 | }, | 44 | }, |
45 | #endif | ||
44 | }; | 46 | }; |
45 | #define NR_IOMMU_DEVICES ARRAY_SIZE(omap3_iommu_pdata) | 47 | #define NR_IOMMU_DEVICES ARRAY_SIZE(omap3_iommu_pdata) |
46 | 48 | ||