RE: [PATCH V3 1/2] clk: imx: imx7d: add the snvs clock

2018-01-09 Thread Anson Huang
> ker...@lists.infradead.org; linux-...@vger.kernel.org; dl-linux-imx i...@nxp.com> > Subject: Re: [PATCH V3 1/2] clk: imx: imx7d: add the snvs clock > > On Tue, Jan 09, 2018 at 05:20:50PM +0800, Anson Huang wrote: > > According to the i.MX7D Reference Manual, SNVS block has a c

Re: [PATCH V3 1/2] clk: imx: imx7d: add the snvs clock

2018-01-09 Thread Dong Aisheng
On Tue, Jan 09, 2018 at 05:20:50PM +0800, Anson Huang wrote: > According to the i.MX7D Reference Manual, > SNVS block has a clock gate, accessing SNVS block > would need this clock gate to be enabled, add it > into clock tree so that SNVS module driver can > operate this clock gate. > > Signed-off

[PATCH V3 1/2] clk: imx: imx7d: add the snvs clock

2018-01-09 Thread Anson Huang
According to the i.MX7D Reference Manual, SNVS block has a clock gate, accessing SNVS block would need this clock gate to be enabled, add it into clock tree so that SNVS module driver can operate this clock gate. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx7d.c | 1 + inclu