mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	clocksource/drivers/oxnas: Add OX820 compatible
In order to support the Oxford Semiconductor OX820 SoC, add new compatible string to rps timer driver. Also add new string in the dt-bindings. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This commit is contained in:
		
							parent
							
								
									2783e5d63a
								
							
						
					
					
						commit
						2ea3401e2a
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@ Oxford Semiconductor OXNAS SoCs Family RPS Timer
 | 
			
		|||
================================================
 | 
			
		||||
 | 
			
		||||
Required properties:
 | 
			
		||||
- compatible: Should be "oxsemi,ox810se-rps-timer"
 | 
			
		||||
- compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer"
 | 
			
		||||
- reg : Specifies base physical address and size of the registers.
 | 
			
		||||
- interrupts : The interrupts of the two timers
 | 
			
		||||
- clocks : The phandle of the timer clock source
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -295,3 +295,5 @@ static int __init oxnas_rps_timer_init(struct device_node *np)
 | 
			
		|||
 | 
			
		||||
CLOCKSOURCE_OF_DECLARE(ox810se_rps,
 | 
			
		||||
		       "oxsemi,ox810se-rps-timer", oxnas_rps_timer_init);
 | 
			
		||||
CLOCKSOURCE_OF_DECLARE(ox820_rps,
 | 
			
		||||
		       "oxsemi,ox820se-rps-timer", oxnas_rps_timer_init);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue