diff options
author | Lars-Peter Clausen <[email protected]> | 2023-03-25 18:14:15 -0700 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2023-03-31 19:16:05 +0530 |
commit | 6ef7aa323bd8c1f02bbf83afd1987f5dd7eaaef4 (patch) | |
tree | b9779bb627c17231d9efc2e1f598d61aaaadff2a /rust/helpers/helpers.c | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions