diff options
author | Shawn Guo <[email protected]> | 2021-09-17 11:04:32 +0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2021-10-13 15:20:22 -0700 |
commit | 36354c32bd769ff76ad4577defb5bd5b1404a7b9 (patch) | |
tree | 75ca350fd1b05d74e31429ecb66dd3d87de9c97f /drivers/usb/cdns3/cdns3-trace.c | |
parent | 496d1a13d405c96d82f3ac6610eafa99f7df6fa4 (diff) |
clk: qcom: smd-rpm: Add .recalc_rate hook for clk_smd_rpm_branch_ops
As there is a `rate` field in clk_smd_rpm, clk_smd_rpm_recalc_rate() can
be used by branch clocks to report rate as well, rather than assuming
the rate is always same as parent clock. This assumption doesn't hold
on platforms like QCM2290, where xo_board is 38.4MHz while bi_tcxo is
19.2MHz.
To get this work, XO buffered clocks need the following updates.
- Assign a correct rate rather than the fake one which is being used to
generate binary value for clk_smd_rpm_req interface.
- Explicitly handle the clk_smd_rpm_req interface value for XO buffered
clocks (.rpm_res_type being QCOM_SMD_RPM_CLK_BUF_A).
Suggested-by: Bjorn Andersson <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Bjorn Andersson <[email protected]>
[[email protected]: Do cpu_to_le32() again to keep sparse happy]
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions