diff options
author | Paul Walmsley <paul@pwsan.com> | 2010-01-08 17:23:07 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-01-08 17:23:07 -0500 |
commit | 073463ca4011d4f6f8e2334273f3b062b2b19b85 (patch) | |
tree | 46e5207acce7af4f6f4a3434a6966a7cf2e2056c /arch/arm/mach-omap2/clock34xx_data.c | |
parent | 9b5bc5fa4b68fe2f51a5197786a8b5df82d1b8bf (diff) |
OMAP3 clock: McBSP 2, 3, 4 functional clock parent is PER_96M_FCLK, not CORE_96M_FCLK
The correct parent of the McBSP 2, 3, and 4 functional clocks is
PER_96M_FCLK, not CORE_96M_FCLK. Fix this in the OMAP clock tree.
Reported by Nicole Chalhoub <n-chalhoub@ti.com>.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Nicole Chalhoub <n-chalhoub@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock34xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock34xx_data.c | 2 |
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 | ||
2749 | static const struct clksel mcbsp_234_clksel[] = { | 2749 | static 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 | }; |