commit | 2b254693bef4f1299de0afb231890fe348df11c6 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Nov 22 10:18:41 2012 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Thu Nov 22 15:32:39 2012 +0100 |
tree | 33faef980ce73948ec96f32c9f4ae9c4ba5d9a12 | |
parent | 7a04092c733fd72ded1294719046cfdb31feced3 [diff] |
ARM i.MX6: remove gate_mask from pllv3 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>