diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-10-09 18:03:18 +0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2014-11-20 02:41:56 +0300 |
commit | 2cc84f46de7118d4a5a5b7ed1dced40c2247083d (patch) | |
tree | 060042afeeac1e8a9d7689cd6133ee996594762c /arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |
parent | 7ede8561614afcc82f0e17bb70ae64fd620b94b0 (diff) | |
download | linux-2cc84f46de7118d4a5a5b7ed1dced40c2247083d.tar.xz |
ARM: OMAP4: fix RFBI iclk
RFBI iclk was set to point to hacky "dss_fck", which will be removed.
Instead use "l3_div_ck", which is the proper clock for this. "l3_div_ck"
is the parent of "dss_fck", so the clock rate is the same as previously.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit.taneja@gmail.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 8126f178d57e..d6f41e1b6d1b 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -824,7 +824,7 @@ static struct omap_hwmod_dma_info omap44xx_dss_rfbi_sdma_reqs[] = { }; static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = { - { .role = "ick", .clk = "dss_fck" }, + { .role = "ick", .clk = "l3_div_ck" }, }; static struct omap_hwmod omap44xx_dss_rfbi_hwmod = { |