clk: fsl-flexspi: new driver
authorMichael Walle <michael@walle.cc>
Sun, 8 Nov 2020 18:51:11 +0000 (19:51 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 8 Dec 2020 00:56:41 +0000 (16:56 -0800)
commitfcf77be87eacb8f305528d24d892dfcf15cf0341
tree6ebe747f1d3543a8274ab4377738db27e49937dc
parente577af82c72fa928a4ab670fe5ac2b0b7b14fceb
clk: fsl-flexspi: new driver

Add support for the FlexSPI clock on Freescale Layerscape SoCs. The
clock is a simple divider based one and is located inside the device
configuration space (DCFG).

This will allow switching the SCK frequencies for the FlexSPI interface
on the LS1028A and the LX2160A.

Signed-off-by: Michael Walle <michael@walle.cc>
Link: https://lore.kernel.org/r/20201108185113.31377-8-michael@walle.cc
[sboyd@kernel.org: Drop modalias, add module table]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-fsl-flexspi.c [new file with mode: 0644]