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

2013-05-31 Thread Mike Turquette
Quoting Stephen Warren (2013-05-28 08:19:21) > On 05/25/2013 08:56 PM, 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 ta

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

2013-05-31 Thread Mike Turquette
Quoting Alexandre Courbot (2013-05-25 19:56:31) > 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 ou

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

2013-05-28 Thread Stephen Warren
On 05/25/2013 08:56 PM, 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 RESEND] ARM: tegra114: correctly output clk_32k

2013-05-25 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.