Re: [linux-sunxi] Re: [PATCH v5 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-27 Thread Maxime Ripard
On Mon, Apr 24, 2017 at 06:26:51PM +0800, icen...@aosc.io wrote: > 在 2017-04-24 16:51,Maxime Ripard 写道: > > Hi, > > > > On Sun, Apr 23, 2017 at 06:37:45PM +0800, Icenowy Zheng wrote: > > > +static const struct of_device_id sunxi_de2_clk_ids[] = { > > > + { > > > + .compatible = "allwinner,

Re: [linux-sunxi] Re: [PATCH v5 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-24 Thread icenowy
在 2017-04-24 16:51,Maxime Ripard 写道: Hi, On Sun, Apr 23, 2017 at 06:37:45PM +0800, Icenowy Zheng wrote: +static const struct of_device_id sunxi_de2_clk_ids[] = { + { + .compatible = "allwinner,sun8i-a83t-de2-clk", + .data = &sun8i_a83t_de2_clk_desc, + },

Re: [PATCH v5 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-24 Thread Maxime Ripard
Hi, On Sun, Apr 23, 2017 at 06:37:45PM +0800, Icenowy Zheng wrote: > +static const struct of_device_id sunxi_de2_clk_ids[] = { > + { > + .compatible = "allwinner,sun8i-a83t-de2-clk", > + .data = &sun8i_a83t_de2_clk_desc, > + }, > + { > + .compatible

[PATCH v5 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-23 Thread Icenowy Zheng
The "Display Engine 2.0" in Allwinner newer SoCs contains a clock management unit for its subunits, like the DE CCU in A80. Add a sunxi-ng style driver for it. Signed-off-by: Icenowy Zheng --- Changes in v5: - Removed dt-bindings headers (they're now in patch 1). Changes in v4: - Fixed the incon