aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-omap2/clock34xx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock34xx_data.c b/arch/arm/mach-omap2/clock34xx_data.c
index c60b19a27232..7eea9fb09e74 100644
--- a/arch/arm/mach-omap2/clock34xx_data.c
+++ b/arch/arm/mach-omap2/clock34xx_data.c
@@ -2747,7 +2747,7 @@ static struct clk mcbsp4_ick = {
2747}; 2747};
2748 2748
2749static const struct clksel mcbsp_234_clksel[] = { 2749static const struct clksel mcbsp_234_clksel[] = {
2750 { .parent = &core_96m_fck, .rates = common_mcbsp_96m_rates }, 2750 { .parent = &per_96m_fck, .rates = common_mcbsp_96m_rates },
2751 { .parent = &mcbsp_clks, .rates = common_mcbsp_mcbsp_rates }, 2751 { .parent = &mcbsp_clks, .rates = common_mcbsp_mcbsp_rates },
2752 { .parent = NULL } 2752 { .parent = NULL }
2753}; 2753};