Re: [PATCH] ARM: tegra114: correctly output clk_32k

2013-05-25 Thread Alexandre Courbot
On Sat, May 25, 2013 at 12:30 AM, Stephen Warren wrote: > On 05/24/2013 01:10 AM, Alexandre Courbot wrote: >> 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 do

Re: [PATCH] ARM: tegra114: correctly output clk_32k

2013-05-24 Thread Stephen Warren
On 05/24/2013 01:10 AM, Alexandre Courbot wrote: > 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 o

[PATCH] ARM: tegra114: correctly output clk_32k

2013-05-24 Thread Alexandre Courbot
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.