commit | 2df73f40dc5af46eabcc3f144d19842cd69361cd | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Fri May 09 22:33:40 2014 -0500 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Wed Jun 11 10:25:01 2014 +0200 |
tree | 4ce80641abec950b0ccac952c732dfae852b6657 | |
parent | 134a6690a3caf6d52d0bc1b643650c6051c791d2 [diff] |
clk: sun6i: Protect CPU clock Right now, AHB is an indirect child clock of the CPU clock. If that happens to change, since the CPU clock has no other consumers declared in Linux, it would be shut down, which is not really a good idea. Prevent this by forcing it enabled. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Emilio López <emilio@elopez.com.ar>