Commits
Bai Ping committed b0602da8e15
MLK-11437-02 ARM: imx: change the pll1_sw/sys clks type on imx6 The 'PLL1_SYS' and 'PLL1_SW' clks are used by the cpufreq driver to do dynamic frequency changing procedure. The 'CLK_SET_PARENT_GATE' should not be set for 'PLL1_SW' clk, this clock's prepare_count is not zero all the time. change the clk type of 'PLL1_SYS' to fixed_factor. due to the hardware limit, when changing the ARM_PODF. This clock's output should not be gated. Signed-off-by: Bai Ping <b51503@freescale.com>