diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-01-11 08:03:56 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-01-18 18:27:35 -0600 |
commit | 7179ab686d7853c4768cd45070e8f4068942d8c6 (patch) | |
tree | 4d5102a2d9aca83a3890a6a7e356278e65b21ae7 /tools/perf/scripts/python/task-analyzer.py | |
parent | a8121eeb4bde2dacbfa0bd59cb818ade96cd4a39 (diff) |
clk: qcom: gcc-apq8084: use parent_hws/_data instead of parent_names
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.
Note, the system names for xo clocks were changed from "xo" to
"xo_board" to follow the example of other platforms. This switches the
clocks to use DT-provided "xo_board" clock instead of manually
registered "xo" clock and allows us to drop qcom_cc_register_board_clk()
call from the driver at some point.
In the same way change the looked up system "sleep_clk_src" clock to
"sleep_clk", which is registered from DT.
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230111060402.1168726-7-dmitry.baryshkov@linaro.org
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions