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