clk_disable_unused() is bugged
authorPaul Walmsley <paul@pwsan.com>
Wed, 24 Sep 2008 10:48:05 +0000 (04:48 -0600)
committerTony Lindgren <tony@atomide.com>
Mon, 6 Oct 2008 10:26:27 +0000 (13:26 +0300)
OMAP2/3 clock: fix CONFIG_OMAP_RESET_CLOCKS

plat-omap/clock.c was skipping clocks with enable_reg == 0.  This no longer
works now that we use enable_reg as an offset from a PRCM module.

Problem found and traced by Tero Kristo <tero.kristo@nokia.com> -
thanks Tero.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found