summaryrefslogtreecommitdiff
path: root/drivers/clk/mvebu/dove-divider.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2015-12-08 13:38:05 +0300
committerMichael Turquette <mturquette@baylibre.com>2015-12-22 23:25:00 +0300
commit63b8d92c793f8622227f70b0685a356d47178cfa (patch)
tree327189e7cda6775e72a1ddc7ea0ded6d3dec2af4 /drivers/clk/mvebu/dove-divider.h
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
downloadlinux-63b8d92c793f8622227f70b0685a356d47178cfa.tar.xz
clk: add Dove PLL divider support for GPU, VMeta and AXI clocks
Add support for the Dove PLL dividers, which are used to generate the clocks for the AXI bus, as well as the GPU and VMeta peripherals. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Diffstat (limited to 'drivers/clk/mvebu/dove-divider.h')
-rw-r--r--drivers/clk/mvebu/dove-divider.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/dove-divider.h b/drivers/clk/mvebu/dove-divider.h
new file mode 100644
index 000000000000..4f2f718deb8e
--- /dev/null
+++ b/drivers/clk/mvebu/dove-divider.h
@@ -0,0 +1,6 @@
+#ifndef DOVE_DIVIDER_H
+#define DOVE_DIVIDER_H
+
+void __init dove_divider_clk_init(struct device_node *np);
+
+#endif