diff options
author | Dmitry Baryshkov <[email protected]> | 2023-01-11 08:04:01 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-01-18 18:27:35 -0600 |
commit | 2069c701fc815343ddeb0331eec85046bdc34a4c (patch) | |
tree | 3f200eb33babf853715349fbb791f6b5ab4395e3 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 7b347f4b677b6d84687e67d82b6b17c6f55ea2b4 (diff) |
clk: qcom: mmcc-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 <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions