mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
63b8d92c79
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>
6 lines
114 B
C
6 lines
114 B
C
#ifndef DOVE_DIVIDER_H
|
|
#define DOVE_DIVIDER_H
|
|
|
|
void __init dove_divider_clk_init(struct device_node *np);
|
|
|
|
#endif
|