[PATCH 01/15] clk: sunxi-ng: Add check for minimal rate to NM PLLs
From: Jernej Škrabec <hidden>
Date: 2018-02-26 16:17:48
Also in:
dri-devel, linux-clk, linux-devicetree, lkml
From: Jernej Škrabec <hidden>
Date: 2018-02-26 16:17:48
Also in:
dri-devel, linux-clk, linux-devicetree, lkml
Hi, Dne ponedeljek, 26. februar 2018 ob 10:38:00 CET je Maxime Ripard napisal(a):
Hi, On Sat, Feb 24, 2018 at 10:45:31PM +0100, Jernej Skrabec wrote:quoted
Some NM PLLs doesn't work well when their output clock rate is set below certain rate. Add support for that constrain.In such a case, you should round the rate to the minimum the clock can operate at, and not return an error.
OK. Best regards, Jernej