diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2011-06-15 15:02:50 +0200 |
---|---|---|
committer | Ohad Ben-Cohen <ohad@wizery.com> | 2011-07-04 14:08:06 +0200 |
commit | fee17d4fdf70050e84fab3eb9d8eeb8d1daad242 (patch) | |
tree | a920e13b07a7d5b9f68d923a2be30ee543ffccd4 /arch/arm/mach-omap2 | |
parent | omap: iovmm: s/sg_dma_len(sg)/sg->length/ (diff) | |
download | linux-fee17d4fdf70050e84fab3eb9d8eeb8d1daad242.tar.xz linux-fee17d4fdf70050e84fab3eb9d8eeb8d1daad242.zip |
OMAP4: iommu: fix clock name
0e43327 "OMAP4: clock: Fix clock names and align with hwmod names"
renamed ducati_ick to ipu_fck.
Update OMAP4's iommu_device accordingly, so that omap_iommu_probe
doesn't break when calling clk_get.
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-iommu.c b/arch/arm/mach-omap2/omap-iommu.c index 3fc5dc7233da..e61feadcda4e 100644 --- a/arch/arm/mach-omap2/omap-iommu.c +++ b/arch/arm/mach-omap2/omap-iommu.c @@ -67,7 +67,7 @@ static struct iommu_device omap4_devices[] = { .pdata = { .name = "ducati", .nr_tlb_entries = 32, - .clk_name = "ducati_ick", + .clk_name = "ipu_fck", .da_start = 0x0, .da_end = 0xFFFFF000, }, |