]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: clk-imx35: Fix SSI clock registration
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 20 Aug 2012 12:39:22 +0000 (09:39 -0300)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 11 Sep 2012 09:52:28 +0000 (11:52 +0200)
commitb95540327dfdc11263b5457cc690f12d8a4435b4
treedd7e1324872699485b987889b2ac03d8fcb38c6c
parent32634a3643ba727514689208db80ed29c6e99f20
ARM: clk-imx35: Fix SSI clock registration

SSI block has two types of clock:

ipg: bus clock, the clock needed for accessing registers.
per: peripheral clock, the clock needed for generating the bit rate.

Currently SSI driver only supports slave mode and only need to handle
the ipg clock, because the peripheral clock comes from the master codec.

Only register the ipg clock and do not register the peripheral clock for ssi.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: stable@vger.kernel.org
arch/arm/mach-imx/clk-imx35.c