clk: imx: gate2: Check if clock is enabled against cgr_val
authorAbel Vesa <abel.vesa@nxp.com>
Wed, 28 Oct 2020 12:59:00 +0000 (14:59 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 2 Nov 2020 23:55:35 +0000 (07:55 +0800)
commit03681d06a555a6c5f39de48d68082e7444db329f
tree916a7cbd63ba24b7bedd0c0ee44c4209fc427e01
parent040adb5fe95ad39c0a714cf3b05950974caf42ed
clk: imx: gate2: Check if clock is enabled against cgr_val

Seems the logic here was wrong all along. For example, if
the cgr_val is 2 (0b10), the clk_gate2_reg_is_enabled would
report the clock as disabled. So check against cgr_val instead.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-gate2.c