Re: [PATCH] firmware: arm_scmi: clock: set rate_discrete

2019-05-24 Thread Sudeep Holla
On Wed, May 22, 2019 at 10:15:21AM +, Peng Fan wrote: > The rate_discrete needs to be assigned to clk->rate_discrete, > then scmi_clk_round_rate could get the value. > Thanks for the fix, applied. > Fixes: 5f6c6430e904 ("firmware: arm_scmi: add initial support for clock > protocol") > Signed

[PATCH] firmware: arm_scmi: clock: set rate_discrete

2019-05-22 Thread Peng Fan
The rate_discrete needs to be assigned to clk->rate_discrete, then scmi_clk_round_rate could get the value. Fixes: 5f6c6430e904 ("firmware: arm_scmi: add initial support for clock protocol") Signed-off-by: Peng Fan --- drivers/firmware/arm_scmi/clock.c | 2 ++ 1 file changed, 2 insertions(+) d