ASoC: mxs: register saif mclk to clock framework
authorShawn Guo <shawn.guo@linaro.org>
Mon, 1 Jul 2013 08:16:10 +0000 (16:16 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 1 Jul 2013 10:12:20 +0000 (11:12 +0100)
Mostly the mxs system design uses saif0 mclk output as the clock source
of codec.  Since the mclk is implemented as a general divider with the
saif clk as the parent clock, let's register the mclk as a basic
clk-divider to common clock framework.  Then with it being a clock
provdier, clk_get() call in codec driver probe function will just work.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found