aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bergsagel <jbergsagel@ti.com>2010-12-21 23:08:13 -0500
committerPaul Walmsley <paul@pwsan.com>2010-12-21 23:08:13 -0500
commit768ab94f8b2b16a23fa10900430c10ec44f2643e (patch)
tree539205db9b58548b2b057c188696d579a5e9a62f
parent032b5a7e3aa7dca8a13a79ff6a59232d307552a3 (diff)
OMAP4: clock data: Add missing fields in iva_hsd_byp_clk_mux_ck
Add register address, mask and link to the clksel structure that were missing in the IVA DPLL mux clock node. Signed-off-by: Jonathan Bergsagel <jbergsagel@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Rajendra Nayak <rnayak@ti.com>
-rw-r--r--arch/arm/mach-omap2/clock44xx_data.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
index 7c8d7f485603..39ef9867f784 100644
--- a/arch/arm/mach-omap2/clock44xx_data.c
+++ b/arch/arm/mach-omap2/clock44xx_data.c
@@ -642,8 +642,12 @@ static const struct clksel iva_hsd_byp_clk_mux_sel[] = {
642static struct clk iva_hsd_byp_clk_mux_ck = { 642static struct clk iva_hsd_byp_clk_mux_ck = {
643 .name = "iva_hsd_byp_clk_mux_ck", 643 .name = "iva_hsd_byp_clk_mux_ck",
644 .parent = &sys_clkin_ck, 644 .parent = &sys_clkin_ck,
645 .clksel = iva_hsd_byp_clk_mux_sel,
646 .init = &omap2_init_clksel_parent,
647 .clksel_reg = OMAP4430_CM_CLKSEL_DPLL_IVA,
648 .clksel_mask = OMAP4430_DPLL_BYP_CLKSEL_MASK,
645 .ops = &clkops_null, 649 .ops = &clkops_null,
646 .recalc = &followparent_recalc, 650 .recalc = &omap2_clksel_recalc,
647}; 651};
648 652
649/* DPLL_IVA */ 653/* DPLL_IVA */