MLK-14479 clk: imx: scu mux: fix gpr mux settings
authorPeng Fan <peng.fan@nxp.com>
Fri, 24 Mar 2017 08:24:11 +0000 (16:24 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:42 +0000 (15:21 -0500)
commit90e6e3c11fe883d0234f4110cdbfdc00e2d60c18
treed898b54b07dc17c7a0824d81f39ac8b15f83a376
parentf496ff8abf9b01b2c893839fba0e587d05c0bd30
MLK-14479 clk: imx: scu mux: fix gpr mux settings

sc_misc_set/get_control use mutex lock/unlock internally,
so using spin lock/unlock to protect sc_misc_set/get_control is
wrong. So drop the spin lock.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/clk/imx/clk-mux-scu.c