mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-01 03:23:39 +10:00 
			
		
		
		
	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
 |