Re: [PATCH v2 07/26] clk: sunxi: Add TCON channel1 clock
From: Rob Herring <hidden>
Date: 2016-01-15 03:03:12
Also in:
dri-devel, linux-arm-kernel, linux-clk, lkml
From: Rob Herring <hidden>
Date: 2016-01-15 03:03:12
Also in:
dri-devel, linux-arm-kernel, linux-clk, lkml
On Thu, Jan 14, 2016 at 04:24:50PM +0100, Maxime Ripard wrote:
The TCON is a controller generating the timings to output videos signals, acting like both a CRTC and an encoder. It has two channels depending on the output, each channel being driven by its own clock (and own clock controller). Add a driver for the channel 1 clock. Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 +
Acked-by: Rob Herring <redacted>
drivers/clk/sunxi/Makefile | 1 + drivers/clk/sunxi/clk-sun4i-tcon-ch1.c | 154 ++++++++++++++++++++++ 3 files changed, 156 insertions(+) create mode 100644 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c