From: Ricardo Salveti de Araujo Date: Mon, 23 May 2011 11:19:33 +0000 (+0530) Subject: panda: clocks: Disable slimbus and pad_clks X-Git-Tag: v1.5.1~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09cc924cb022cca0ad7afa9a6bd0abf9923038ca;p=pandora-x-loader.git panda: clocks: Disable slimbus and pad_clks The slimbus and pad_clks if left enabled in x-loader would gate abe power domain from transitioning to RET. These should be enabled by the audio driver (if present) in the kernel. Patch based on the SDP one from dev.omapzoom.org (8876b861) by Rajendra Nayak Signed-off-by: Ricardo Salveti de Araujo Signed-off-by: Anand Gadiyar --- diff --git a/board/omap4430panda/clock.c b/board/omap4430panda/clock.c index 27f7d92..d9a925f 100644 --- a/board/omap4430panda/clock.c +++ b/board/omap4430panda/clock.c @@ -322,9 +322,6 @@ static void configure_abe_dpll(u32 clk_index) /* Select sys_clk as ref clk for ABE dpll */ sr32(CM_ABE_PLL_REF_CLKSEL, 0, 32, 0x0); - /* Enable slimbus and pad clocks */ - sr32(CM_CLKSEL_ABE, 0, 32, 0x500); - /* Unlock the ABE dpll */ sr32(CM_CLKMODE_DPLL_ABE, 0, 3, PLL_MN_POWER_BYPASS); wait_on_value(BIT0, 0, CM_IDLEST_DPLL_ABE, LDELAY);