From: Rajendra Nayak <rna...@ti.com>

Do not disable any clocks yet since not all drivers are adapted
and rely on bootloader to enable clocks

Signed-off-by: Rajendra Nayak <rna...@ti.com>
---
 arch/arm/mach-omap2/omap_hwmod.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c
index 302f2c8..9f7cb9f 100644
--- a/arch/arm/mach-omap2/omap_hwmod.c
+++ b/arch/arm/mach-omap2/omap_hwmod.c
@@ -524,6 +524,8 @@ static int _disable_clocks(struct omap_hwmod *oh)
 
        pr_debug("omap_hwmod: %s: disabling clocks\n", oh->name);
 
+       return 0;
+
        if (oh->_clk)
                clk_disable(oh->_clk);
 
-- 
1.6.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to