Re: [PATCH v3 12/12] clk: mediatek: Allow changing PLL rate when it is off

2019-02-01 Thread Weiyi Lu
On Fri, 2018-12-14 at 14:01 -0800, Stephen Boyd wrote: > Quoting Weiyi Lu (2018-12-09 23:32:40) > > From: James Liao > > > > Some modules may need to change its clock rate before turn on it. > > So changing PLL's rate when it is off should be allowed. > > This patch removes PLL enabled check

Re: [PATCH v3 12/12] clk: mediatek: Allow changing PLL rate when it is off

2018-12-14 Thread Stephen Boyd
Quoting Weiyi Lu (2018-12-09 23:32:40) > From: James Liao > > Some modules may need to change its clock rate before turn on it. > So changing PLL's rate when it is off should be allowed. > This patch removes PLL enabled check before set rate, so that > PLLs can set new frequency even if they are

[PATCH v3 12/12] clk: mediatek: Allow changing PLL rate when it is off

2018-12-09 Thread Weiyi Lu
From: James Liao Some modules may need to change its clock rate before turn on it. So changing PLL's rate when it is off should be allowed. This patch removes PLL enabled check before set rate, so that PLLs can set new frequency even if they are off. On MT8173 for example, ARMPLL's enable bit