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)
commit9cd10205227cbe9bbd48fd6bf78dad88b45526b0
treee6f2b6940f6c6afabbcc1d44ed2546251980b72e
parent8798e8fb08b72c60aa1a9e06af7f10425ef40efd
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]