Skip to content

Commit

Permalink
omap iommu: add MPU_BRIDGE_IOMMU for tidspbridge migration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hiroshi DOYU authored and Hiroshi DOYU committed May 22, 2009
1 parent caf6077 commit 5c651ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-omap2/omap3-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5c651ff

Please sign in to comment.