Commits

Shengjiu Wang committed c20388a31d6
MLK-10161-2: ARM: imx6sl: Add SPDIF_GCLK clock in clock tree As spdif driver will register SPDIF clock to regmap, regmap will do clk_prepare in init function, so SPDIF clock is prepared in probe, then its root clock (pll clock) is prepared also, which cause the arm can't enter low power mode. Add SPDIF_GCLK in clock tree which share same gate bits with SPDIF clock. Its root clock is ipg clock, and register it to regmap, then the issue can be fixed. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> (cherry picked from commit c3cd6268d80b4ea6a5ab88642e92f51f6ac56e51)