Re: [PATCH 2/4] spi: qup: Parse OPP table for DVFS support

From: Konrad Dybcio
Date: Wed Sep 13 2023 - 04:54:22 EST


On 12.09.2023 16:30, Stephan Gerhold wrote:
> Parse the OPP table from the device tree and use dev_pm_opp_set_rate()
> instead of clk_set_rate() to allow making performance state for power
> domains specified in the OPP table.
>
> This is needed to guarantee correct behavior of the clock, especially
> with the higher clock/SPI bus frequencies.
>
> Signed-off-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxxxxxxx>
> ---
Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad