]> git.baikalelectronics.ru Git - kernel.git/commit
clk: zynqmp: Update fraction clock check from custom type flags
authorTejas Patel <tejas.patel@xilinx.com>
Thu, 12 Mar 2020 21:31:39 +0000 (14:31 -0700)
committerStephen Boyd <sboyd@kernel.org>
Wed, 27 May 2020 00:59:12 +0000 (17:59 -0700)
commit9513465428fd742af07e6898062cb02e5dbdf79e
treec8eac2761db5a423805e72c5f5d07f483bd5ceec
parent0692fc49a4c1152298c05baa05e3061772ac2735
clk: zynqmp: Update fraction clock check from custom type flags

Older firmware version sets BIT(13) in clkflag to mark a
divider as fractional divider. Updated firmware version sets BIT(4)
in type flags to mark a divider as fractional divider since
BIT(13) is defined as CLK_DUTY_CYCLE_PARENT in the common clk
framework flags.

To support both old and new firmware version, consider BIT(13) from
clkflag and BIT(4) from type_flag to check if divider is fractional
or not.

To maintain compatibility BIT(13) of clkflag in firmware will not be
used in future for any purpose and will be marked as unused.

Signed-off-by: Tejas Patel <tejas.patel@xilinx.com>
Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com>
Signed-off-by: Jolly Shah <jolly.shah@xilinx.com>
Link: https://lkml.kernel.org/r/1584048699-24186-3-git-send-email-jolly.shah@xilinx.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/zynqmp/divider.c