Re: [PATCH] clk: versal: Update the reference clocks as per bindings

2025-02-17 Thread Michal Simek
On 2/6/25 10:15, Venkatesh Yadav Abbarapu wrote: As per the bindings the reference clocks naming has changed from "pl_alt_ref_clk" to "pl_alt_ref" and "ref_clk" to "ref". Update the same in the clock driver. Also add the fallback option for older DT bindings. Signed-off-by: Venkatesh Yadav Ab

[PATCH] clk: versal: Update the reference clocks as per bindings

2025-02-06 Thread Venkatesh Yadav Abbarapu
As per the bindings the reference clocks naming has changed from "pl_alt_ref_clk" to "pl_alt_ref" and "ref_clk" to "ref". Update the same in the clock driver. Also add the fallback option for older DT bindings. Signed-off-by: Venkatesh Yadav Abbarapu --- drivers/clk/clk_versal.c | 13 +++