Commit 36c1b2bd authored by Paul Walmsley's avatar Paul Walmsley Committed by Tony Lindgren

3430 clock: 3430 clock: enable SCM clock at boot

As we do with 24xx, enable the System Control Module iclk at boot.
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c7a6cbc0
......@@ -1337,7 +1337,7 @@ static struct clk omapctrl_ick = {
.parent = &core_l4_ick,
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1),
.enable_bit = OMAP3430_EN_OMAPCTRL_SHIFT,
.flags = CLOCK_IN_OMAP343X,
.flags = CLOCK_IN_OMAP343X | ENABLE_ON_INIT,
.recalc = &followparent_recalc,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment