]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
clk: imx6ul: remove clks_init_on array
authorAnson Huang <Anson.Huang@nxp.com>
Mon, 4 Jun 2018 01:06:46 +0000 (09:06 +0800)
committerStephen Boyd <sboyd@kernel.org>
Fri, 29 Jun 2018 18:43:56 +0000 (11:43 -0700)
commit4a2eaa8e2567297d4dc6e2709841a874927c83aa
treeb46258467131e196543eb4ab09a5cb98541a82be
parentdebef195bd5c79210d60f1d6dec38bde3dae2b88
clk: imx6ul: remove clks_init_on array

Clock framework will enable those clocks registered
with CLK_IS_CRITICAL flag, so no need to have
clks_init_on array during clock initialization now.

ARM clock is busy divider type which has the
CLK_IS_CRITICAL flag set by default when registered.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-imx6ul.c