ARM: imx: clk-imx27: Do not register peripheral clock for SSI
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 29 Jan 2013 12:17:35 +0000 (10:17 -0200)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 2 Apr 2013 12:43:21 +0000 (20:43 +0800)
commit9591b8204b9fb9dab616e5e525d4d7676c4982f2
treeaa3bf321b31a4486a00664a3400154648f041eb0
parent5fe839d997f955e9e62b70d798d3faaa19620383
ARM: imx: clk-imx27: Do not register peripheral clock for SSI

imx ssi block has two types of clocks:

- 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 thus need only 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>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx27.c