aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock34xx_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/clock34xx_data.c')
-rw-r--r--arch/arm/mach-omap2/clock34xx_data.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/clock34xx_data.c b/arch/arm/mach-omap2/clock34xx_data.c
index cbb421a45763..9e7f68a8fca2 100644
--- a/arch/arm/mach-omap2/clock34xx_data.c
+++ b/arch/arm/mach-omap2/clock34xx_data.c
@@ -735,7 +735,7 @@ static struct clk omap_12m_fck = {
735 .ops = &clkops_null, 735 .ops = &clkops_null,
736 .parent = &omap_48m_fck, 736 .parent = &omap_48m_fck,
737 .fixed_div = 4, 737 .fixed_div = 4,
738 .recalc = &omap2_fixed_divisor_recalc, 738 .recalc = &omap_fixed_divisor_recalc,
739}; 739};
740 740
741/* This virstual clock is the source for dpll4_m4x2_ck */ 741/* This virstual clock is the source for dpll4_m4x2_ck */
@@ -1588,7 +1588,7 @@ static struct clk ssi_sst_fck_3430es1 = {
1588 .ops = &clkops_null, 1588 .ops = &clkops_null,
1589 .parent = &ssi_ssr_fck_3430es1, 1589 .parent = &ssi_ssr_fck_3430es1,
1590 .fixed_div = 2, 1590 .fixed_div = 2,
1591 .recalc = &omap2_fixed_divisor_recalc, 1591 .recalc = &omap_fixed_divisor_recalc,
1592}; 1592};
1593 1593
1594static struct clk ssi_sst_fck_3430es2 = { 1594static struct clk ssi_sst_fck_3430es2 = {
@@ -1596,7 +1596,7 @@ static struct clk ssi_sst_fck_3430es2 = {
1596 .ops = &clkops_null, 1596 .ops = &clkops_null,
1597 .parent = &ssi_ssr_fck_3430es2, 1597 .parent = &ssi_ssr_fck_3430es2,
1598 .fixed_div = 2, 1598 .fixed_div = 2,
1599 .recalc = &omap2_fixed_divisor_recalc, 1599 .recalc = &omap_fixed_divisor_recalc,
1600}; 1600};
1601 1601
1602 1602