From: Maxime Ripard Date: Sat, 10 May 2014 03:33:40 +0000 (-0500) Subject: clk: sun6i: Protect CPU clock X-Git-Tag: omap-for-v3.16/fixes-against-rc1~11^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df73f40dc5af46eabcc3f144d19842cd69361cd;p=pandora-kernel.git 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 Acked-by: Mike Turquette Signed-off-by: Emilio López --- Reading git-diff-tree failed