projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66cf402
)
OMAP4: iommu: fix clock name
author
Ohad Ben-Cohen
<ohad@wizery.com>
Wed, 15 Jun 2011 13:02:50 +0000
(16:02 +0300)
committer
Ohad Ben-Cohen
<ohad@wizery.com>
Mon, 4 Jul 2011 12:08:06 +0000
(15:08 +0300)
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>
arch/arm/mach-omap2/omap-iommu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/omap-iommu.c
b/arch/arm/mach-omap2/omap-iommu.c
index 3fc5dc7233da29ca0eb0c603527da9b46fc13f46..e61feadcda4ee6438b64eb5418871d1733dfebad 100644
(file)
--- 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_i
ck",
+ .clk_name = "
ipu_f
ck",
.da_start = 0x0,
.da_end = 0xFFFFF000,
},