ARM i.MX6: remove gate_mask from pllv3
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 22 Nov 2012 09:18:41 +0000 (10:18 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 22 Nov 2012 14:32:39 +0000 (15:32 +0100)
Now that the additional enable bits in the enet PLL are handled
as gates, the gate_mask is identical for all plls. Remove the
gate_mask from the code and use the BM_PLL_ENABLE bit for
enabling/disabling the PLL.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx6q.c
arch/arm/mach-imx/clk-pllv3.c
arch/arm/mach-imx/clk.h

Simple merge
Simple merge
Simple merge