Re: [PATCH v3 6/6] clk: zynqmp: Add support for clock with CLK_DIVIDER_POWER_OF_TWO flag
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-01-23 22:59:07
Also in:
linux-arm-kernel, linux-clk, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-01-23 22:59:07
Also in:
linux-arm-kernel, linux-clk, lkml
Quoting Rajan Vaja (2019-12-04 22:35:59)
From: Tejas Patel <redacted> Existing clock divider functions is not checking for base of divider. So, if any clock divider is power of 2 then clock rate calculation will be wrong. Add support to calculate divider value for the clocks with CLK_DIVIDER_POWER_OF_TWO flag. Signed-off-by: Tejas Patel <redacted> Signed-off-by: Radhey Shyam Pandey <redacted> Signed-off-by: Rajan Vaja <redacted> ---
Applied to clk-next