diff options
author | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2009-05-19 09:07:55 +0300 |
---|---|---|
committer | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2009-05-22 10:17:02 +0300 |
commit | 5c651ffaee6f07aa1f5e6d0763845a2ee606b6bd (patch) | |
tree | ed4bec83f1313926c5945ef89972242735bf3369 /arch/arm/mach-omap2/omap3-iommu.c | |
parent | caf60779a6c5795340767ccf2f73ed7d5c7e0486 (diff) | |
download | op-kernel-dev-5c651ffaee6f07aa1f5e6d0763845a2ee606b6bd.zip op-kernel-dev-5c651ffaee6f07aa1f5e6d0763845a2ee606b6bd.tar.gz |
omap iommu: add MPU_BRIDGE_IOMMU for tidspbridge migration
Currently "tidspbridge" driver uses its own mmu implementation and
will migrate to use this "omap iommu" eventually. This config is
provided to make this migration happen smoothly.
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap3-iommu.c')
-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 91ee38a..194189c 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 = { .nr_tlb_entries = 8, .clk_name = "cam_ick", }, +#if defined(CONFIG_MPU_BRIDGE_IOMMU) { .name = "iva2", .nr_tlb_entries = 32, .clk_name = "iva2_ck", }, +#endif }; #define NR_IOMMU_DEVICES ARRAY_SIZE(omap3_iommu_pdata) |