Re: [PATCH v2 5/7] clk: sunxi-ng: Add A33 CCU support

2016-09-07 Thread Chen-Yu Tsai
On Tue, Sep 6, 2016 at 8:18 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, hence

[PATCH v2 5/7] clk: sunxi-ng: Add A33 CCU support

2016-09-06 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