From: Benoit Cousson Date: Fri, 28 Feb 2014 13:12:05 +0000 (+0100) Subject: clk: shmobile: rcar-gen2: Use kick bit to allow Z clock frequency change X-Git-Tag: v3.14-rc6~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9120198ddef2c0b61ca6659ace41b7c1e7c8f08;p=pandora-kernel.git clk: shmobile: rcar-gen2: Use kick bit to allow Z clock frequency change The Z clock frequency change is effective only after setting the kick bit located in the FRQCRB register. Without that, the CA15 CPUs clock rate will never change. Fix that by checking if the kick bit is cleared and enable it to make the clock rate change effective. The bit is cleared automatically upon completion. Signed-off-by: Benoit Cousson Acked-by: Laurent Pinchart Signed-off-by: Mike Turquette --- Reading git-diff-tree failed