]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: mvebu: Add Core Divider clock
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Thu, 26 Sep 2013 19:35:27 +0000 (16:35 -0300)
committerJason Cooper <jason@lakedaemon.net>
Sun, 24 Nov 2013 17:29:25 +0000 (17:29 +0000)
commita2473b6c8279b95c5fa954f765da65cc27d6e2d2
tree7e9fedd0febbd21b26836307880c2115f6473478
parent3ca08509ac49c12c48d694e3ac849642fa7b0d4f
clk: mvebu: Add Core Divider clock

This commit introduces a new group of clocks present in Armada 370/XP
SoCs (called "Core Divider" clocks) and add a provider for them.
The only clock supported for now is the NAND clock (ndclk), but the
infrastructure to add the rest is already set.

Reviewed-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/mvebu/Kconfig
drivers/clk/mvebu/Makefile
drivers/clk/mvebu/clk-corediv.c [new file with mode: 0644]