diff options
author | Rajendra Nayak <rnayak@codeaurora.org> | 2016-11-21 07:37:11 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-11-23 20:00:05 +0100 |
commit | 081ba80206d6b53d45ee31bc6c90871e8cfbc117 (patch) | |
tree | 82a093ec8ca01dd8fe7173ce23964873c5696d09 /drivers/leds | |
parent | Merge tag 'clk-v4.10-exynos5433' of git://linuxtv.org/snawrocki/samsung into ... (diff) | |
download | linux-081ba80206d6b53d45ee31bc6c90871e8cfbc117.tar.xz linux-081ba80206d6b53d45ee31bc6c90871e8cfbc117.zip |
clk: qcom: Add rcg ops to return floor value closest to the requested rate
The default behaviour with clk_rcg2_ops is for the
clk_round_rate()/clk_set_rate() to return/set a ceil clock
rate closest to the requested rate by looking up the corresponding
frequency table.
However, we do have some instances (mainly sdcc on various platforms)
of clients expecting a clk_set_rate() to set a floor value instead.
Add a new clk_rcg2_floor_ops to handle this for such specific
rcg instances
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/leds')
0 files changed, 0 insertions, 0 deletions