Re: [PATCH v3 12/12] clk: mediatek: Allow changing PLL rate when it is off
From: Stephen Boyd <sboyd@kernel.org>
Date: 2018-12-14 22:01:26
Also in:
linux-clk, linux-mediatek, lkml, stable
From: Stephen Boyd <sboyd@kernel.org>
Date: 2018-12-14 22:01:26
Also in:
linux-clk, linux-mediatek, lkml, stable
Quoting Weiyi Lu (2018-12-09 23:32:40)
From: James Liao <redacted> 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 can be controlled by other HW. That means ARMPLL may be turned on even if we (CPU / SW) set ARMPLL's enable bit as 0. In this case, SW may want and can still change ARMPLL's rate by changing its pcw and postdiv settings. But without this patch, new pcw setting will not be applied because its enable bit is 0. (am from https://patchwork.kernel.org/patch/9411983/)
Remove this.
Signed-off-by: James Liao <redacted> Acked-by: Michael Turquette <redacted> Signed-off-by: Weiyi Lu <redacted>
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel