linux-stable/drivers/clk/mvebu/dove-divider.h
Russell King 63b8d92c79 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>
2015-12-22 12:25:00 -08:00

6 lines
114 B
C

#ifndef DOVE_DIVIDER_H
#define DOVE_DIVIDER_H
void __init dove_divider_clk_init(struct device_node *np);
#endif