mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 01:21:01 +07: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
|