[PATCH] clk: ti: Add support for basic clk_set_rate for dm814x and j5-eco ADPLL
Matthijs van Duin
matthijsvanduin at gmail.com
Sat May 14 21:05:01 PDT 2016
On Sun, May 15, 2016 at 06:00:28AM +0200, Matthijs van Duin wrote:
> /*12*/ u16 postdiv; // aka M2 1..31 1..127 (but see note below)
> /*14*/ u16 mult; // aka M 2..2047 2..4095
I just noticed that should have been
> /*12*/ u16 postdiv; // aka M2 1..31 1..127
> /*14*/ u16 mult; // aka M 2..2047 2..4095 (but see note below)
obviously :)
More information about the linux-arm-kernel
mailing list