msm: clock: Route clk_set_rate() to clk_set_min_rate() if CLKFLAG_MIN set

Use of the proprietary clk_set_min_rate() API is being phased out globally
in favor of the standard clk_set_rate() API. Use CLKFLAG_MIN to alter the
meaning of clk_set_rate() to match that of clk_set_min_rate(). This
provides an easy migration path for drivers currently using
clk_set_min_rate().

Change-Id: I9eddc53443437250ce2812a3646e9ffb8b36852f
Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
3 files changed