aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock34xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/clock34xx.h')
-rw-r--r--arch/arm/mach-omap2/clock34xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h
index c265cdcc86aa..65929cc37406 100644
--- a/arch/arm/mach-omap2/clock34xx.h
+++ b/arch/arm/mach-omap2/clock34xx.h
@@ -811,6 +811,8 @@ static struct clk dpll4_m4_ck = {
811 .clksel = div16_dpll4_clksel, 811 .clksel = div16_dpll4_clksel,
812 .flags = RATE_PROPAGATES, 812 .flags = RATE_PROPAGATES,
813 .recalc = &omap2_clksel_recalc, 813 .recalc = &omap2_clksel_recalc,
814 .set_rate = &omap2_clksel_set_rate,
815 .round_rate = &omap2_clksel_round_rate,
814}; 816};
815 817
816/* The PWRDN bit is apparently only available on 3430ES2 and above */ 818/* The PWRDN bit is apparently only available on 3430ES2 and above */