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