Re: [PATCH] clk: imx7ulp: Correct system clock source option #7

2019-10-12 Thread Fabio Estevam
Hi Anson, On Fri, Oct 11, 2019 at 10:05 PM Anson Huang wrote: > The reference states SCG system clock, SCS stands for system clock source, so > I think > it is actually meaning SCG1's system clock source > > Selects the SCG system clock. Yes, SCG is the name used in the Reference Manual and al

RE: [PATCH] clk: imx7ulp: Correct system clock source option #7

2019-10-11 Thread Anson Huang
Hi, Fabio > On Fri, Oct 11, 2019 at 5:39 AM Anson Huang > wrote: > > > > In the latest reference manual Rev.0,06/2019, the SCG1's system > > This should be SCS instead of SCG1. The reference states SCG system clock, SCS stands for system clock source, so I think it is actually meaning SCG1's s

Re: [PATCH] clk: imx7ulp: Correct system clock source option #7

2019-10-11 Thread Fabio Estevam
On Fri, Oct 11, 2019 at 5:39 AM Anson Huang wrote: > > In the latest reference manual Rev.0,06/2019, the SCG1's system This should be SCS instead of SCG1. > clock source option #7 is no longer from upll, it is reserved, > update clock driver accordingly. > > Fixes: b1260067ac3d ("clk: imx: add i

[PATCH] clk: imx7ulp: Correct system clock source option #7

2019-10-11 Thread Anson Huang
In the latest reference manual Rev.0,06/2019, the SCG1's system clock source option #7 is no longer from upll, it is reserved, update clock driver accordingly. Fixes: b1260067ac3d ("clk: imx: add imx7ulp clk driver") Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx7ulp.c | 2 +- 1 file cha