diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2023-03-25 18:14:15 -0700 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-03-31 19:16:05 +0530 |
commit | 6ef7aa323bd8c1f02bbf83afd1987f5dd7eaaef4 (patch) | |
tree | b9779bb627c17231d9efc2e1f598d61aaaadff2a /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c8481d996f2f68244a5b3cf59915b43128f40db8 (diff) |
phy: cadence: Sierra: Replace `clk_register(`) with `clk_hw_register()`
The `devm_clk_register()` API is deprecated. Switch to
`devm_clk_hw_register()`.
Since the driver enables its own internal PLLs using the clock API we
still need to get a reference to the PLL clocks using the
`devm_clk_hw_get_clk()` API.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Link: https://lore.kernel.org/r/20230326011416.363318-1-lars@metafoo.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions