]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: clk-imx25: Fix SSI clock registration
authorFabio Estevam <fabio.estevam@freescale.com>
Sun, 19 Aug 2012 17:05:59 +0000 (14:05 -0300)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 11 Sep 2012 09:52:28 +0000 (11:52 +0200)
commit6118ca8843cbef6e5e9b3a0a63da48ce9f3237e9
tree3084b883419ce6849f063122ca01df24bc32cbd5
parentcb89c01c70d5554c40246e32c4bdd6dca794e40a
ARM: clk-imx25: 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>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: stable@vger.kernel.org
arch/arm/mach-imx/clk-imx25.c