MLK-11390-4 ARM: imx: remove CLK_SET_PARENT_GATE for bus mux
authorAnson Huang <b20788@freescale.com>
Thu, 20 Aug 2015 04:05:18 +0000 (12:05 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:04 +0000 (14:48 -0500)
commit844fb7053ecc4a2ecd68dca0c02b05710b1e752b
tree5564abba55331545add0ca33565d012c6c422846
parent74a7cdcacd4b65a3155aa30abcfc823889aa5701
MLK-11390-4 ARM: imx: remove CLK_SET_PARENT_GATE for bus mux

For some bus mux, need to remove CLK_SET_PARENT_GATE
flag as they can NOT be disabled, and they are only
used by bus-freq and the asm code already follow the
correct sequence of changing parent, so we can remove
CLK_SET_PARENT_GATE flag to avoid set parent fail
after bus-freq transition done.

Signed-off-by: Anson Huang <b20788@freescale.com>
drivers/clk/imx/clk-imx6sx.c