Re: [PATCH v2 05/26] clk: sunxi: Add display and TCON0 clocks driver
From: Rob Herring <hidden>
Date: 2016-01-15 03:01:40
Also in:
dri-devel, linux-arm-kernel, linux-clk, lkml
From: Rob Herring <hidden>
Date: 2016-01-15 03:01:40
Also in:
dri-devel, linux-arm-kernel, linux-clk, lkml
On Thu, Jan 14, 2016 at 04:24:48PM +0100, Maxime Ripard wrote:
The A10 SoCs and its relatives has a special clock controller to drive the display engines (both frontend and backend), that have a lot in common with the clock to drive the first TCON channel. Add a driver to support both. Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> --- Documentation/devicetree/bindings/clock/sunxi.txt | 2 +
Can't someone read the datasheet and add these compatible strings in one pass instead of one at a time? Acked-by: Rob Herring <redacted>
drivers/clk/sunxi/Makefile | 1 + drivers/clk/sunxi/clk-sun4i-display.c | 241 ++++++++++++++++++++++ 3 files changed, 244 insertions(+) create mode 100644 drivers/clk/sunxi/clk-sun4i-display.c