On 17/06/2022 15:22, Dmitry Baryshkov wrote:
Convert the clock driver to specify parent data rather than parent names, to actually bind using 'clock-names' specified in the DTS rather than global clock names. Use parent_hws where possible to refer parent clocks directly, skipping the lookup. The ACD clocks (which were not defined before) are modelled using 1:1 fixed factor clocks to fill the gap in CPU clocks definitions. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
A note to Bjorn (and reviewers). Yassine's patchset is superior to this patch, so I'd ask to use it instead.
--- drivers/clk/qcom/clk-cpu-8996.c | 139 ++++++++++++++++++++++---------- 1 file changed, 98 insertions(+), 41 deletions(-)
-- With best wishes Dmitry