]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx6q: add the missing esai_ahb clock
authorShawn Guo <shawn.guo@freescale.com>
Sat, 19 Apr 2014 03:15:06 +0000 (11:15 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Wed, 30 Apr 2014 05:40:29 +0000 (13:40 +0800)
commit35039a0c6996540df551dfe21fd19c56340ad6c7
tree88c798b8d461f91cddcaa65fed4bd075a59f5c1b
parent66175ee3ac78e9b552647740933142e3f49e4adc
ARM: imx6q: add the missing esai_ahb clock

The esai_ahb clock is derived from ahb and used to provide ESAI the
capability of register accessing and FSYS clock source for I2S clocks
dividing.  The gate bits of this esai_ahb clock are shared with the
esai clock -- the baud clock, so we need to call imx_clk_gate2_shared()
for these two clocks.

Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Documentation/devicetree/bindings/clock/imx6q-clock.txt
arch/arm/mach-imx/clk-imx6q.c