Re: [PATCH 4/6] clk: sunxi-ng: Add A33 CCU support

2016-09-07 Thread Chen-Yu Tsai
Hi, On Thu, Sep 1, 2016 at 10:16 PM, Maxime Ripard wrote: > This commit introduces the clocks found in the Allwinner A33 CCU. > > Since this SoC is very similar to the A23, and we share a significant share > of the DTSI, the clock IDs that are going to be used will also be shared > with the A23,

Re: [PATCH 4/6] clk: sunxi-ng: Add A33 CCU support

2016-09-05 Thread Chen-Yu Tsai
On Mon, Sep 5, 2016 at 5:51 PM, Maxime Ripard wrote: > Hi Chen-Yu, > > On Mon, Sep 05, 2016 at 02:34:21PM +0800, Chen-Yu Tsai wrote: >> > +static SUNXI_CCU_NKMP_WITH_GATE_LOCK(pll_cpux_clk, "pll-cpux", >> > +"osc24M", 0x000, >> > +

Re: [PATCH 4/6] clk: sunxi-ng: Add A33 CCU support

2016-09-05 Thread Maxime Ripard
Hi Chen-Yu, On Mon, Sep 05, 2016 at 02:34:21PM +0800, Chen-Yu Tsai wrote: > > +static SUNXI_CCU_NKMP_WITH_GATE_LOCK(pll_cpux_clk, "pll-cpux", > > +"osc24M", 0x000, > > +8, 5, /* N */ > > +

Re: [PATCH 4/6] clk: sunxi-ng: Add A33 CCU support

2016-09-04 Thread Chen-Yu Tsai
Hi, On Thu, Sep 1, 2016 at 10:16 PM, Maxime Ripard wrote: > This commit introduces the clocks found in the Allwinner A33 CCU. > > Since this SoC is very similar to the A23, and we share a significant share > of the DTSI, the clock IDs that are going to be used will also be shared > with the A23,

[PATCH 4/6] clk: sunxi-ng: Add A33 CCU support

2016-09-01 Thread Maxime Ripard
This commit introduces the clocks found in the Allwinner A33 CCU. Since this SoC is very similar to the A23, and we share a significant share of the DTSI, the clock IDs that are going to be used will also be shared with the A23, hence the name of the various header files. Signed-off-by: Maxime Ri