]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: mvebu Add the time base generator clocks for Armada 3700
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 19 Jul 2016 13:42:20 +0000 (15:42 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 15 Aug 2016 21:10:20 +0000 (14:10 -0700)
commit96265523ace51b71dc1b2fd445a93c4b2f9bedb8
tree3b764253866da0ad1ea03cb443ffff21d0ab2d0b
parentc302588e17d084408210a45a0fa6243978a0f785
clk: mvebu Add the time base generator clocks for Armada 3700

These clocks are children of the xtal clock and each one can be selected
as a source for the peripheral clocks.

According to the datasheet it should be possible to modify their rate,
but currently it is not supported.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/mvebu/Makefile
drivers/clk/mvebu/armada-37xx-tbg.c [new file with mode: 0644]