Re: [RFC 1/2] clk: dt: binding for basic divider clock

2017-03-14 Thread Stephen Boyd
On 03/14, Markus Mayer wrote: > From: Mike Turquette > > Devicetree binding for the basic clock divider, plus the setup function > to register the clock. Based on the existing fixed-clock binding. > > Tero Kristo contributed helpful bug fixes to this patch. > > Signed-off-by: Mike Turquette >

[RFC 1/2] clk: dt: binding for basic divider clock

2017-03-14 Thread Markus Mayer
From: Mike Turquette Devicetree binding for the basic clock divider, plus the setup function to register the clock. Based on the existing fixed-clock binding. Tero Kristo contributed helpful bug fixes to this patch. Signed-off-by: Mike Turquette Tested-by: Heiko Stuebner Reviewed-by: Heiko S