Re: [PATCH 1/2] clk: imx7ulp: remove snvs clock

2019-03-20 Thread Shawn Guo
On Thu, Feb 28, 2019 at 08:56:00AM +, Anson Huang wrote: > Since i.MX7ULP B0 chip, the SNVS module is moved into M4 > domain and its clock is also moved into PCC0 which is > contorlled by M4, Linux kernel should NOT add it into > clock tree. > > Signed-off-by: Anson Huang Applied both, thank

RE: [PATCH 1/2] clk: imx7ulp: remove snvs clock

2019-03-19 Thread Anson Huang
rk.rutl...@arm.com; Aisheng Dong > ; gust...@embeddedor.com; linux- > c...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > ker...@vger.kernel.org; devicet...@vger.kernel.org > Cc: dl-linux-imx > Subject: [PATCH 1/2] clk: imx7ulp: remove snvs clock > > Since i.MX7ULP

[PATCH 1/2] clk: imx7ulp: remove snvs clock

2019-02-28 Thread Anson Huang
Since i.MX7ULP B0 chip, the SNVS module is moved into M4 domain and its clock is also moved into PCC0 which is contorlled by M4, Linux kernel should NOT add it into clock tree. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx7ulp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers