Re: [PATCH] clk: ti: Notify AVS driver upon setting clock rate

2023-09-19 Thread Kumar, Udit
On 9/19/2023 4:44 PM, Nishanth Menon wrote: On 11:36-20230919, Udit Kumar wrote: AVS is enabled at R5 SPL stage, where clk-k3 is used instead if clk-sci driver. [..] Why drop from here? we do have am64 and am65 that use ti-sci, correct? Thanks, am64/am65 slipped out of my mind while creat

Re: [PATCH] clk: ti: Notify AVS driver upon setting clock rate

2023-09-19 Thread Nishanth Menon
On 11:36-20230919, Udit Kumar wrote: > AVS is enabled at R5 SPL stage, where clk-k3 is used > instead if clk-sci driver. > > clk-k3 driver to notify AVS driver upon setting clock rate > so that voltage is changed accordingly. > > Fixes: e0aa873bc7cd ("clk: clk-ti-sci: Notify AVS driver upon setti

[PATCH] clk: ti: Notify AVS driver upon setting clock rate

2023-09-18 Thread Udit Kumar
AVS is enabled at R5 SPL stage, where clk-k3 is used instead if clk-sci driver. clk-k3 driver to notify AVS driver upon setting clock rate so that voltage is changed accordingly. Fixes: e0aa873bc7cd ("clk: clk-ti-sci: Notify AVS driver upon setting clock rate") Cc: Keerthy Signed-off-by: Udit