Re: [PATCH v2 3/3] clk: meson: a1: add support for Amlogic A1 clock driver

2019-10-21 Thread Jerome Brunet
On Fri 18 Oct 2019 at 09:14, Jian Hu wrote: > The Amlogic A1 clock includes three drivers: > peripheral clocks, pll clocks, CPU clocks. > sys pll and CPU clocks will be sent in next patch. > > Unlike the previous series, there is no EE/AO domain > in A1 CLK controllers. > > Signed-off-by: Jian

[PATCH v2 3/3] clk: meson: a1: add support for Amlogic A1 clock driver

2019-10-18 Thread Jian Hu
The Amlogic A1 clock includes three drivers: peripheral clocks, pll clocks, CPU clocks. sys pll and CPU clocks will be sent in next patch. Unlike the previous series, there is no EE/AO domain in A1 CLK controllers. Signed-off-by: Jian Hu --- drivers/clk/meson/Kconfig | 10 + drivers/clk/meso