Re: [PATCH v2 2/5] clk: Enable/Disable runtime PM for clk_summary

From: Stephen Boyd
Date: Wed Jan 05 2022 - 20:21:09 EST


Quoting Taniya Das (2021-12-20 08:43:55)
> The registers for some clocks in the SOC area, which are under the power
> domain are required to be enabled before accessing them. During the
> clk_summary if the power-domains are not enabled they could result into
> NoC errors.
>
> Thus ensure the register access of the clock controller is done with
> pm_untime_get/put functions.
>
> Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx>
> ---

Applied to clk-next