Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313007
b: refs/heads/master
c: 778d02e
h: refs/heads/master
i:
  313005: faa45da
  313003: 4a08aed
  312999: 3de1ddd
  312991: 5d579fc
v: v3
  • Loading branch information
Juan Gutierrez authored and Ohad Ben-Cohen committed May 13, 2012
1 parent c113d54 commit 893503d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d8a0e963ac532e038d93ab0d30bbfad072f3bf8
refs/heads/master: 778d02e9b3b7188ce37ff542e54ff5df723659e6
6 changes: 2 additions & 4 deletions trunk/arch/arm/mach-omap2/omap-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,17 @@ static struct iommu_device omap4_devices[] = {
.da_end = 0xFFFFF000,
},
},
#if defined(CONFIG_MPU_TESLA_IOMMU)
{
.base = OMAP4_MMU2_BASE,
.irq = INT_44XX_DSP_MMU,
.irq = OMAP44XX_IRQ_TESLA_MMU,
.pdata = {
.name = "tesla",
.nr_tlb_entries = 32,
.clk_name = "tesla_ick",
.clk_name = "dsp_fck",
.da_start = 0x0,
.da_end = 0xFFFFF000,
},
},
#endif
};
#define NR_OMAP4_IOMMU_DEVICES ARRAY_SIZE(omap4_devices)
static struct platform_device *omap4_iommu_pdev[NR_OMAP4_IOMMU_DEVICES];
Expand Down

0 comments on commit 893503d

Please sign in to comment.