clk: imx: clk-gate2: allow custom gate configuration
authorStefan Agner <stefan@agner.ch>
Thu, 10 Mar 2016 02:16:47 +0000 (18:16 -0800)
committerShawn Guo <shawnguo@kernel.org>
Thu, 31 Mar 2016 09:01:55 +0000 (17:01 +0800)
commit456829228f96702ca281b65e11d11e8c09ca9da0
tree65784e1d35f7199f9daf3cc363269a7982b48dfb
parent0b55257ebc66d333e86415b0fdf46450ca807059
clk: imx: clk-gate2: allow custom gate configuration

The 2-bit gates found i.MX and Vybrid SoC support different clock
configuration:

0b00: clk disabled
0b01: clk enabled in RUN mode but disabled in WAIT and STOP mode
0b10: clk enabled in RUN, WAIT and STOP mode (only Vybrid)
0b11: clk enabled in RUN and WAIT mode

For some clocks, we might want to configure different behaviour,
e.g. a memory clock should be on even in STOP mode. Add a new
function imx_clk_gate2_cgr which allow to configure specific
gate values through the cgr_val parameter.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-gate2.c
drivers/clk/imx/clk.h