Re: [PATCH] clk: socfpga: stratix10: fix rate caclulationg for cnt_clks

2019-08-14 Thread Stephen Boyd
Quoting Dinh Nguyen (2019-08-14 08:30:14) > Checking bypass_reg is incorrect for calculating the cnt_clk rates. > Instead we should be checking that there is a proper hardware register > that holds the clock divider. > > Cc: sta...@vger.kernel.org > Signed-off-by: Dinh Nguyen > --- Applied to

[PATCH] clk: socfpga: stratix10: fix rate caclulationg for cnt_clks

2019-08-14 Thread Dinh Nguyen
Checking bypass_reg is incorrect for calculating the cnt_clk rates. Instead we should be checking that there is a proper hardware register that holds the clock divider. Cc: sta...@vger.kernel.org Signed-off-by: Dinh Nguyen --- drivers/clk/socfpga/clk-periph-s10.c | 2 +- 1 file changed, 1