Re: [PATCH] arm64: dts: qcom: ipq5332: Configure I2C APPS clock frequency

From: Konrad Dybcio
Date: Mon Jan 27 2025 - 06:00:16 EST


On 13.01.2025 1:33 AM, Manikanta Mylavarapu wrote:
> Set the I2C APPS clock frequency to 50MHz in accordance with the
> frequency plan.
>
> Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@xxxxxxxxxxx>
> ---

This should be done in the driver instead.

Since it already consumes a clock handle, you should be able to
simply sprinkle a clk_set_rate call somewhere in there

Konrad