mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08: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>
7 lines
114 B
C
7 lines
114 B
C
#ifndef DOVE_DIVIDER_H
|
|
#define DOVE_DIVIDER_H
|
|
|
|
void __init dove_divider_clk_init(struct device_node *np);
|
|
|
|
#endif
|