]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1c568480155631a9739839778182d4b565ffab3
tree6ebe747f1d3543a8274ab4377738db27e49937dc
parent6cf8347151b494dccbe867dce55cc7ceb3d1c800
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]