Re: [PATCH v2 06/26] clk: sunxi: Add PLL3 clock

From: Rob Herring
Date: Thu Jan 14 2016 - 22:02:26 EST


On Thu, Jan 14, 2016 at 04:24:49PM +0100, Maxime Ripard wrote:
> The A10 SoCs and relatives have a PLL controller to drive the PLL3 and
> PLL7, clocked from a 3MHz oscillator, that drives the display related
> clocks (GPU, display engine, TCON, etc.)
>
> Add a driver for it.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/clock/sunxi.txt | 1 +

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/clk/sunxi/Makefile | 1 +
> drivers/clk/sunxi/clk-sun4i-pll3.c | 90 +++++++++++++++++++++++
> 3 files changed, 92 insertions(+)
> create mode 100644 drivers/clk/sunxi/clk-sun4i-pll3.c