Re: [PATCH v1 0/2] clk: Tegra124 PLLM fixes

From: Dmitry Osipenko
Date: Fri Apr 19 2019 - 14:37:20 EST


12.04.2019 0:48, Dmitry Osipenko ÐÐÑÐÑ:
> Hello, here are two trivial patches that are correcting PLLM on Tegra124.
> First fixes system lockup due to a bad hardware configuration, second
> removes usage of a non-existent register bit.
>
> Dmitry Osipenko (2):
> clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides
> divider
> clk: tegra124: Remove lock-enable bit from PLLM
>
> drivers/clk/tegra/clk-pll.c | 4 ++--
> drivers/clk/tegra/clk-tegra124.c | 3 +--
> 2 files changed, 3 insertions(+), 4 deletions(-)
>

Hello Peter,

The patches in this series are trivial and fixing the longstanding bug on Tegra124. Could you please take a look and and ACK the series if it looks good to you?