]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MLK-10161-1: ARM: imx6q: Add SPDIF_GCLK clock in clock tree
authorShengjiu Wang <shengjiu.wang@freescale.com>
Tue, 27 Jan 2015 08:24:53 +0000 (16:24 +0800)
committerShengjiu Wang <shengjiu.wang@freescale.com>
Wed, 28 Jan 2015 07:44:35 +0000 (15:44 +0800)
commitd467cd78be24dc9c18bb3d0bb481fe5cf77e4c83
tree99c2bd213004efda5218e21cf47785f2e7a6de3a
parent36e802e9dbf639bebe6413f38623339cb40ed304
MLK-10161-1: ARM: imx6q: 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>
arch/arm/boot/dts/imx6qdl.dtsi
arch/arm/mach-imx/clk-imx6q.c
include/dt-bindings/clock/imx6qdl-clock.h