Re: [PATCH v3] clk: tegra: pll: Improve PLLM enable-state detection

2020-07-09 Thread Dmitry Osipenko
09.07.2020 12:49, Jon Hunter пишет: > > On 08/07/2020 08:54, Dmitry Osipenko wrote: >> Power Management Controller (PMC) can override the PLLM clock settings, >> including the enable-state. Although PMC could only act as a second level >> gate, meaning that PLLM needs to be enabled by the Clock an

Re: [PATCH v3] clk: tegra: pll: Improve PLLM enable-state detection

2020-07-09 Thread Jon Hunter
On 08/07/2020 08:54, Dmitry Osipenko wrote: > Power Management Controller (PMC) can override the PLLM clock settings, > including the enable-state. Although PMC could only act as a second level > gate, meaning that PLLM needs to be enabled by the Clock and Reset > Controller (CaR) anyways if we w

[PATCH v3] clk: tegra: pll: Improve PLLM enable-state detection

2020-07-08 Thread Dmitry Osipenko
Power Management Controller (PMC) can override the PLLM clock settings, including the enable-state. Although PMC could only act as a second level gate, meaning that PLLM needs to be enabled by the Clock and Reset Controller (CaR) anyways if we want it to be enabled. Hence, when PLLM is overridden b