]> git.baikalelectronics.ru Git - kernel.git/commit
clk: fsl-sai: new driver
authorMichael Walle <michael@walle.cc>
Thu, 2 Jan 2020 23:11:01 +0000 (00:11 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 28 Jan 2020 21:26:48 +0000 (13:26 -0800)
commitc94f55d9c7d073097246abc3f0ce94188a611912
treee6f2b6940f6c6afabbcc1d44ed2546251980b72e
parent5e1093539c699f03f72f2b41d7c32aee3b2e1011
clk: fsl-sai: new driver

With this driver it is possible to use the BCLK pin of the SAI module as
a generic clock output. This is esp. useful if you want to drive a clock
to an audio codec. Because the output only allows integer divider values
the audio codec needs an integrated PLL.

Signed-off-by: Michael Walle <michael@walle.cc>
Link: https://lkml.kernel.org/r/20200102231101.11834-3-michael@walle.cc
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-fsl-sai.c [new file with mode: 0644]