summaryrefslogtreecommitdiff
path: root/drivers/clk/mvebu/clk-gating-ctrl.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-20clk: mvebu: add clock gating control provider for DTSebastian Hesselbarth1-0/+22
This driver allows to provide DT clocks for clock gates found on Marvell Dove and Kirkwood SoCs. The clock gates are referenced by the phandle index of the corresponding bit in the clock gating control register to ease lookup in the datasheet. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>