summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mxs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ARM: MXS: add clk driversSascha Hauer2013-06-201-0/+3
| | | | | | | This adds support for the i.MX23 and i.MX28 clock modules. This mostly is a copy from the kernel. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: MXS: Add MXS specific clk typesSascha Hauer2013-06-201-0/+2
MXS needs some special MXS specific clock types: - pll - ref (fractional divider) - busy divider (divider with additional busy bit to poll on a rate change) - lcdif (Combined clock out of a fractional divider, a divider and a gate. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>