From: Vaibhav Hiremath Date: Mon, 20 May 2013 13:28:09 +0000 (+0530) Subject: ARM: AM33XX: clock data: Enable clkout2 as part of init X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=75fbbca2b11ce7c8ee728a8c5d0e58b477eccf4f;p=deliverable%2Flinux.git ARM: AM33XX: clock data: Enable clkout2 as part of init clkout2 comes out on the pad and is being used by various external on-board peripherals like, Audio codecs and stuff. So enable the clkout2 by default during init sequence itself. Also, add the missing entry of "clkout2_ck" to the clock table. Signed-off-by: Vaibhav Hiremath Acked-by: Paul Walmsley Signed-off-by: Benoit Cousson --- diff --git a/arch/arm/mach-omap2/cclock33xx_data.c b/arch/arm/mach-omap2/cclock33xx_data.c index 6fd0ed14bca4..a8140b6885e3 100644 --- a/arch/arm/mach-omap2/cclock33xx_data.c +++ b/arch/arm/mach-omap2/cclock33xx_data.c @@ -979,6 +979,7 @@ static struct omap_clk am33xx_clks[] = { CLK(NULL, "trace_pmd_clk_mux_ck", &trace_pmd_clk_mux_ck), CLK(NULL, "stm_clk_div_ck", &stm_clk_div_ck), CLK(NULL, "trace_clk_div_ck", &trace_clk_div_ck), + CLK(NULL, "clkout2_ck", &clkout2_ck), }; @@ -989,6 +990,7 @@ static const char *enable_init_clks[] = { "l4hs_gclk", "l4fw_gclk", "l4ls_gclk", + "clkout2_ck", /* Required for external peripherals like, Audio codecs */ }; int __init am33xx_clk_init(void)