clk: tegra114: correctly output clk_32k
authorAlexandre Courbot <acourbot@nvidia.com>
Sun, 26 May 2013 02:56:31 +0000 (11:56 +0900)
committerMike Turquette <mturquette@linaro.org>
Fri, 31 May 2013 19:24:36 +0000 (12:24 -0700)
commit9139227d4caef6a8daae8a428f9a4bbb7394ea8b
tree95ef761c681574c4a6e59cc352bf9d85cbaa6498
parent995968e40e74ddf678e8b8312865d7400708d893
clk: tegra114: correctly output clk_32k

Tegra has a blink timer register that allows to modulate the
clk_32k clock before outputting it. Since clk_32k is presented to the
kernel as a fixed clock, make sure this register does not tamper with
the clock frequency and that clk_32k is outputted as-is, similarly to
what is done on t20 and t30.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/tegra/clk-tegra114.c